jar

tech.antibytes.kmock : kmock-processor

Maven & Gradle

Apr 13, 2023
59 stars

KMock Processor · KMock - a Mock Generator for Kotlin (Multiplatform).

Table Of Contents

Latest Version

Download tech.antibytes.kmock : kmock-processor JAR file - Latest Versions:

All Versions

Download tech.antibytes.kmock : kmock-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.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 kmock-processor-0.3.0-rc08.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.antibytes.kmock.processor.aggregation

├─ tech.antibytes.kmock.processor.aggregation.BaseSourceAggregator.class - [JAR]

├─ tech.antibytes.kmock.processor.aggregation.KMockMultiSourceAggregator.class - [JAR]

├─ tech.antibytes.kmock.processor.aggregation.KMockRelaxationAggregator.class - [JAR]

├─ tech.antibytes.kmock.processor.aggregation.KMockSingleSourceAggregator.class - [JAR]

tech.antibytes.kmock.processor.kotlinpoet

├─ tech.antibytes.kmock.processor.kotlinpoet.ArgumentMappingDecorator.class - [JAR]

├─ tech.antibytes.kmock.processor.kotlinpoet.ArgumentMappingKt.class - [JAR]

├─ tech.antibytes.kmock.processor.kotlinpoet.ParameterTypeMappingKt.class - [JAR]

├─ tech.antibytes.kmock.processor.kotlinpoet.ProxyResolvingKt.class - [JAR]

├─ tech.antibytes.kmock.processor.kotlinpoet.SharedKt.class - [JAR]

├─ tech.antibytes.kmock.processor.kotlinpoet.TypeNameMappingKt.class - [JAR]

tech.antibytes.kmock.processor.utils

├─ tech.antibytes.kmock.processor.utils.AnnotationFilter.class - [JAR]

├─ tech.antibytes.kmock.processor.utils.KSExtensionsKt.class - [JAR]

├─ tech.antibytes.kmock.processor.utils.SourceFilter.class - [JAR]

├─ tech.antibytes.kmock.processor.utils.SourceSetValidator.class - [JAR]

├─ tech.antibytes.kmock.processor.utils.SpyContainer.class - [JAR]

├─ tech.antibytes.kmock.processor.utils.StringExtensionKt.class - [JAR]

tech.antibytes.kmock.processor.mock

├─ tech.antibytes.kmock.processor.mock.FunSpecExtensionsKt.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.GenericDeclarationExtensionKt.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockBuildInMethodGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockMethodGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockNonIntrusiveInvocationGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockPropertyGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockProxyAccessMethodGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockProxyNameSelector.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockReceiverGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockRelaxerGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.KMockSpyGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.MemberReturnTypeInfoExtensionsKt.class - [JAR]

├─ tech.antibytes.kmock.processor.mock.MethodGeneratorHelper.class - [JAR]

tech.antibytes.kmock.processor.factory

├─ tech.antibytes.kmock.processor.factory.KMockFactoryEntryPointGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.factory.KMockFactoryGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.factory.KMockFactoryGeneratorUtil.class - [JAR]

├─ tech.antibytes.kmock.processor.factory.KMockFactoryMultiInterfaceGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.factory.KMockFactoryWithGenerics.class - [JAR]

├─ tech.antibytes.kmock.processor.factory.KMockFactoryWithoutGenerics.class - [JAR]

├─ tech.antibytes.kmock.processor.factory.NoopFactoryGenerator.class - [JAR]

tech.antibytes.kmock.processor

├─ tech.antibytes.kmock.processor.KMockCodeGenerator.class - [JAR]

├─ tech.antibytes.kmock.processor.KMockGenerics.class - [JAR]

├─ tech.antibytes.kmock.processor.KMockOptionExtractor.class - [JAR]

├─ tech.antibytes.kmock.processor.KMockProcessor.class - [JAR]

├─ tech.antibytes.kmock.processor.KMockProcessorProvider.class - [JAR]

├─ tech.antibytes.kmock.processor.ProcessorContract.class - [JAR]

tech.antibytes.kmock.processor.multi

├─ tech.antibytes.kmock.processor.multi.KMockMultiInterfaceBinder.class - [JAR]

├─ tech.antibytes.kmock.processor.multi.KMockParentFinder.class - [JAR]

├─ tech.antibytes.kmock.processor.multi.TemplateMultiSourceKt.class - [JAR]