jar

com.github.almondtools : testrecorder

Maven & Gradle

Jan 27, 2016
49 stars

Recording test data from running program.

Table Of Contents

Latest Version

Download com.github.almondtools : testrecorder JAR file - Latest Versions:

All Versions

Download com.github.almondtools : testrecorder JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 testrecorder-0.1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.almondtools.testrecorder.profile

├─ com.almondtools.testrecorder.profile.DefaultSerializationProfile.class - [JAR]

├─ com.almondtools.testrecorder.profile.ExcludeExplicitExcluded.class - [JAR]

├─ com.almondtools.testrecorder.profile.ExcludeGenerated.class - [JAR]

├─ com.almondtools.testrecorder.profile.ExcludeStatic.class - [JAR]

com.almondtools.testrecorder

├─ com.almondtools.testrecorder.ByteCode.class - [JAR]

├─ com.almondtools.testrecorder.CodeSerializer.class - [JAR]

├─ com.almondtools.testrecorder.ConfigRegistry.class - [JAR]

├─ com.almondtools.testrecorder.ConfigurableSerializerFacade.class - [JAR]

├─ com.almondtools.testrecorder.ContextSnapshot.class - [JAR]

├─ com.almondtools.testrecorder.ContextSnapshotFactory.class - [JAR]

├─ com.almondtools.testrecorder.DefaultConfig.class - [JAR]

├─ com.almondtools.testrecorder.DeserializationException.class - [JAR]

├─ com.almondtools.testrecorder.ScheduledTestGenerator.class - [JAR]

├─ com.almondtools.testrecorder.SerializationException.class - [JAR]

├─ com.almondtools.testrecorder.SerializationProfile.class - [JAR]

├─ com.almondtools.testrecorder.SerializedCollectionVisitor.class - [JAR]

├─ com.almondtools.testrecorder.SerializedImmutableVisitor.class - [JAR]

├─ com.almondtools.testrecorder.SerializedValue.class - [JAR]

├─ com.almondtools.testrecorder.SerializedValueVisitor.class - [JAR]

├─ com.almondtools.testrecorder.Serializer.class - [JAR]

├─ com.almondtools.testrecorder.SerializerFacade.class - [JAR]

├─ com.almondtools.testrecorder.SerializerFactory.class - [JAR]

├─ com.almondtools.testrecorder.Snapshot.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotConfig.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotConsumer.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotExcluded.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotGenerator.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotInput.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotInstrumentor.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotOutput.class - [JAR]

├─ com.almondtools.testrecorder.SnapshotProcess.class - [JAR]

├─ com.almondtools.testrecorder.TestGenerator.class - [JAR]

├─ com.almondtools.testrecorder.TestRecorderAgent.class - [JAR]

├─ com.almondtools.testrecorder.Wrapped.class - [JAR]

com.almondtools.testrecorder.dynamiccompile

├─ com.almondtools.testrecorder.dynamiccompile.CompilableMatcher.class - [JAR]

├─ com.almondtools.testrecorder.dynamiccompile.DynamicClassCompiler.class - [JAR]

├─ com.almondtools.testrecorder.dynamiccompile.DynamicClassCompilerException.class - [JAR]

├─ com.almondtools.testrecorder.dynamiccompile.DynamicClassLoader.class - [JAR]

├─ com.almondtools.testrecorder.dynamiccompile.TestsRunnableMatcher.class - [JAR]

com.almondtools.testrecorder.values

├─ com.almondtools.testrecorder.values.GenericTypeResolver.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedArray.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedBigDecimal.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedBigInteger.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedField.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedImmutable.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedInput.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedList.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedLiteral.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedMap.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedNull.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedObject.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedOutput.class - [JAR]

├─ com.almondtools.testrecorder.values.SerializedSet.class - [JAR]

com.almondtools.testrecorder.serializers

├─ com.almondtools.testrecorder.serializers.ArraySerializer.class - [JAR]

├─ com.almondtools.testrecorder.serializers.BigDecimalSerializer.class - [JAR]

├─ com.almondtools.testrecorder.serializers.BigIntegerSerializer.class - [JAR]

├─ com.almondtools.testrecorder.serializers.DefaultHashMapSerializer.class - [JAR]

├─ com.almondtools.testrecorder.serializers.DefaultListSerializer.class - [JAR]

├─ com.almondtools.testrecorder.serializers.DefaultSetSerializer.class - [JAR]

├─ com.almondtools.testrecorder.serializers.GenericSerializer.class - [JAR]

com.almondtools.testrecorder.data

├─ com.almondtools.testrecorder.data.FixedBooleanValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedByteValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedCharValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedDoubleValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedFloatValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedIntValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedLongValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedShortValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.FixedStringValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.GenericObjectGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomBooleanValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomByteValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomCharValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomDoubleValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomFloatValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomIntValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomLongValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomShortValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomStringValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.RandomValueGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.TestDataGenerator.class - [JAR]

├─ com.almondtools.testrecorder.data.TestValueGenerator.class - [JAR]

com.almondtools.testrecorder.util

├─ com.almondtools.testrecorder.util.ExpectedOutput.class - [JAR]

├─ com.almondtools.testrecorder.util.GenericComparison.class - [JAR]

├─ com.almondtools.testrecorder.util.GenericMatcher.class - [JAR]

├─ com.almondtools.testrecorder.util.GenericObject.class - [JAR]

├─ com.almondtools.testrecorder.util.GenericObjectException.class - [JAR]

├─ com.almondtools.testrecorder.util.IORecorder.class - [JAR]

├─ com.almondtools.testrecorder.util.IORecorderClassLoader.class - [JAR]

├─ com.almondtools.testrecorder.util.InputProvider.class - [JAR]

├─ com.almondtools.testrecorder.util.OutputListener.class - [JAR]

├─ com.almondtools.testrecorder.util.RecordInput.class - [JAR]

├─ com.almondtools.testrecorder.util.RecordOutput.class - [JAR]

├─ com.almondtools.testrecorder.util.SetupInput.class - [JAR]

com.almondtools.testrecorder.visitors

├─ com.almondtools.testrecorder.visitors.Computation.class - [JAR]

├─ com.almondtools.testrecorder.visitors.Construction.class - [JAR]

├─ com.almondtools.testrecorder.visitors.ConstructionPlan.class - [JAR]

├─ com.almondtools.testrecorder.visitors.ConstructorParam.class - [JAR]

├─ com.almondtools.testrecorder.visitors.ConstructorParams.class - [JAR]

├─ com.almondtools.testrecorder.visitors.Deserializer.class - [JAR]

├─ com.almondtools.testrecorder.visitors.LocalVariableNameGenerator.class - [JAR]

├─ com.almondtools.testrecorder.visitors.MappedSerializedValueVisitor.class - [JAR]

├─ com.almondtools.testrecorder.visitors.ObjectToMatcherCode.class - [JAR]

├─ com.almondtools.testrecorder.visitors.ObjectToSetupCode.class - [JAR]

├─ com.almondtools.testrecorder.visitors.SerializedValuePrinter.class - [JAR]

├─ com.almondtools.testrecorder.visitors.SerializedValueVisitorFactory.class - [JAR]

├─ com.almondtools.testrecorder.visitors.SetterParam.class - [JAR]

├─ com.almondtools.testrecorder.visitors.Templates.class - [JAR]

├─ com.almondtools.testrecorder.visitors.TypeManager.class - [JAR]

Advertisement

Dependencies from Group

Oct 14, 2017
9 usages
1 stars
May 13, 2015
7 usages
4 stars
Aug 23, 2016
1 usages
40 stars
Jun 13, 2016
1 usages
8 stars
Jan 04, 2019
9 stars

Discover Dependencies

Jul 26, 2017
7 usages
62 stars
Aug 26, 2016
8 stars
Jan 04, 2016
0 stars
Jan 08, 2016
1 stars
Jan 01, 2016
94 stars
Dec 04, 2017
8 stars
Dec 29, 2015
25 stars
Feb 05, 2016
0 stars