jar

ch.powerunit.extensions : powerunit-extensions-matchers

Maven & Gradle

May 28, 2023
0 stars

Powerunit - Java Testing framework for JDK 1.8 - Extension to provide matchers based on annotations. · This is a test framework for the JDK 1.8 - Extension to provide matchers based on annotation.

Table Of Contents

Latest Version

Download ch.powerunit.extensions : powerunit-extensions-matchers JAR file - Latest Versions:

All Versions

Download ch.powerunit.extensions : powerunit-extensions-matchers JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.4.x
0.3.x
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window powerunit-extensions-matchers-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.powerunit.extensions.matchers.common

├─ ch.powerunit.extensions.matchers.common.AbstractElementMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.AbstractRoundMirrorReferenceToProcessingEnv.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.AbstractRoundMirrorSupport.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.AbstractSimpleElementVisitor.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.AbstractTypeElementMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.AbstractTypeKindVisitor.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.CommonConstants.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.CommonUtils.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.ElementHelper.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.FactoryHelper.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.FileObjectHelper.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.ListJoining.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.ProcessingEnvironmentHelper.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.RessourceLoaderHelper.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.fields

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.AbstractFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.AbstractFieldDescriptionContainerMetaData.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.ArrayFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.CollectionFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.ComparableFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.DefaultFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.FieldDSLMethod.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.FieldDSLMethodBuilder.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.FieldDescriptionMetaData.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.FieldDescriptionMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.FieldDescriptionProvider.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.IgnoreFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.MapFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.OptionalFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.PrimitiveFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.StringFieldDescription.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.SupplierFieldDescription.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.helper

├─ ch.powerunit.extensions.matchers.provideprocessor.helper.FeatureMatcher.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.helper.ProvidesMatchersWithSameValueHelper.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.fields.lang

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.lang.BuilderDeclaration.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.lang.BuilderImplementation.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.lang.BuilderJavadoc.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.lang.BuilderShortCutDeclaration.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.fields.lang.BuilderShortCutJavadoc.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor

├─ ch.powerunit.extensions.matchers.provideprocessor.Matchable.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.NameExtractorVisitor.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvideMatchersAnnotationMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvideMatchersMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvidesMatchersAnnotatedElementData.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvidesMatchersAnnotatedElementGeneralMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvidesMatchersAnnotatedElementMatcherMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvidesMatchersAnnotatedElementMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvidesMatchersAnnotationsProcessor.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvidesMatchersElementVisitor.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.ProvidesMatchersSubElementVisitor.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.RoundMirror.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.RoundMirrorSupport.class - [JAR]

ch.powerunit.extensions.matchers.common.lang

├─ ch.powerunit.extensions.matchers.common.lang.ListJoiningAround.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.lang.ListJoiningDelimiter.class - [JAR]

├─ ch.powerunit.extensions.matchers.common.lang.ListJoiningMapper.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.extension.beanmatchers

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.beanmatchers.AbstractBeanMatchersAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.beanmatchers.DefaultBeanMatchersAutomatedExtension.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.dsl

├─ ch.powerunit.extensions.matchers.provideprocessor.dsl.DSLMethod.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.extension.jackson

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.jackson.AbstractJacksonAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.jackson.DefaultJsonNodeJacksonAutomatedExtension.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestutility

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestutility.AbstractHamcrestUtilityAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestutility.CollectionHamcrestUtilityAutomatedExtension.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.dsl.lang

├─ ch.powerunit.extensions.matchers.provideprocessor.dsl.lang.DSLMethodArgument.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.dsl.lang.DSLMethodImplementation.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.dsl.lang.DSLMethodJavadoc.class - [JAR]

ch.powerunit.extensions.matchers.api

├─ ch.powerunit.extensions.matchers.api.AddToMatcher.class - [JAR]

├─ ch.powerunit.extensions.matchers.api.AddToMatchers.class - [JAR]

├─ ch.powerunit.extensions.matchers.api.ComplementaryExpositionMethod.class - [JAR]

├─ ch.powerunit.extensions.matchers.api.IgnoreInMatcher.class - [JAR]

├─ ch.powerunit.extensions.matchers.api.ProvideMatchers.class - [JAR]

├─ ch.powerunit.extensions.matchers.api.package-info.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.extension

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.AbstractDSLExtensionSupplier.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.AnyOfExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.ArrayContaingDSLExtensionSupplier.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.ArrayContainingDSLExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.ArrayContainingInAnyOrderDSLExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.AutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.ContainsDSLExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.ContainsDSLExtensionSupplier.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.ContainsInAnyOrderDSLExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.DSLExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.HasItemsExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.NoneOfExtension.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.extension.spotify

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.spotify.AbstractSpotifyAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.spotify.JsonStringSpotifyAutomatedExtension.class - [JAR]

ch.powerunit.extensions.matchers

├─ ch.powerunit.extensions.matchers.package-info.class - [JAR]

ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestdate

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestdate.AbstractHamcrestDateMatchersAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestdate.LocalDateMatchersAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestdate.LocalDateTimeMatchersAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestdate.LocalTimeMatchersAutomatedExtension.class - [JAR]

├─ ch.powerunit.extensions.matchers.provideprocessor.extension.hamcrestdate.ZonedDateTimeMatchersAutomatedExtension.class - [JAR]