jar

se.mockachino : mockachino

Maven & Gradle

Feb 08, 2019
2 usages
4 stars

Mockachino · A lightweight mocking framework

Table Of Contents

Latest Version

Download se.mockachino : mockachino JAR file - Latest Versions:

All Versions

Download se.mockachino : mockachino JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.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 mockachino-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

se.mockachino.mock

├─ se.mockachino.mock.MockHandler.class - [JAR]

├─ se.mockachino.mock.WhenStubber.class - [JAR]

se.mockachino.stub

├─ se.mockachino.stub.MethodStub.class - [JAR]

├─ se.mockachino.stub.MethodStubs.class - [JAR]

├─ se.mockachino.stub.StubHandler.class - [JAR]

├─ se.mockachino.stub.Stubber.class - [JAR]

se.mockachino.stub.returnvalue

├─ se.mockachino.stub.returnvalue.ReturnAnswer.class - [JAR]

├─ se.mockachino.stub.returnvalue.SequentialAnswers.class - [JAR]

se.mockachino.exceptions

├─ se.mockachino.exceptions.UsageError.class - [JAR]

├─ se.mockachino.exceptions.VerificationError.class - [JAR]

se.mockachino.verifier

├─ se.mockachino.verifier.BadUsageBuilder.class - [JAR]

├─ se.mockachino.verifier.BadUsageHandler.class - [JAR]

├─ se.mockachino.verifier.BadUsageThrower.class - [JAR]

├─ se.mockachino.verifier.InvocationComparator.class - [JAR]

├─ se.mockachino.verifier.InvocationCount.class - [JAR]

├─ se.mockachino.verifier.MatchAny.class - [JAR]

├─ se.mockachino.verifier.MatchingHandler.class - [JAR]

├─ se.mockachino.verifier.MethodCallGrouper.class - [JAR]

├─ se.mockachino.verifier.Reporter.class - [JAR]

├─ se.mockachino.verifier.VerifyHandler.class - [JAR]

├─ se.mockachino.verifier.VerifyRangeStart.class - [JAR]

se.mockachino.alias

├─ se.mockachino.alias.AbstractAlias.class - [JAR]

├─ se.mockachino.alias.Alias.class - [JAR]

├─ se.mockachino.alias.AllAlias.class - [JAR]

├─ se.mockachino.alias.DifferenceAlias.class - [JAR]

├─ se.mockachino.alias.IntersectionAlias.class - [JAR]

├─ se.mockachino.alias.SimpleAlias.class - [JAR]

├─ se.mockachino.alias.UnionAlias.class - [JAR]

se.mockachino.assertion

├─ se.mockachino.assertion.AssertThrows.class - [JAR]

se.mockachino.proxy

├─ se.mockachino.proxy.CglibAsmUtil.class - [JAR]

├─ se.mockachino.proxy.ObjenesisUtil.class - [JAR]

├─ se.mockachino.proxy.ProxyUtil.class - [JAR]

se.mockachino.cleaner

├─ se.mockachino.cleaner.StacktraceCleaner.class - [JAR]

se.mockachino.stub.exception

├─ se.mockachino.stub.exception.ThrowAnswer.class - [JAR]

se.mockachino.spy

├─ se.mockachino.spy.SpyHandler.class - [JAR]

se.mockachino.util

├─ se.mockachino.util.Formatting.class - [JAR]

├─ se.mockachino.util.MockachinoMethod.class - [JAR]

├─ se.mockachino.util.PrimitiveList.class - [JAR]

├─ se.mockachino.util.SafeIteratorList.class - [JAR]

se.mockachino.matchers

├─ se.mockachino.matchers.ArrayMatcher.class - [JAR]

├─ se.mockachino.matchers.MatcherThreadHandler.class - [JAR]

├─ se.mockachino.matchers.Matchers.class - [JAR]

├─ se.mockachino.matchers.MatchersBase.class - [JAR]

├─ se.mockachino.matchers.MethodMatcher.class - [JAR]

├─ se.mockachino.matchers.MethodMatcherImpl.class - [JAR]

se.mockachino.invocationhandler

├─ se.mockachino.invocationhandler.AbstractInvocationHandler.class - [JAR]

├─ se.mockachino.invocationhandler.CollectionsHandler.class - [JAR]

├─ se.mockachino.invocationhandler.DeepMockHandler.class - [JAR]

├─ se.mockachino.invocationhandler.PrimitiveInvocationHandler.class - [JAR]

se.mockachino.annotations

├─ se.mockachino.annotations.Mock.class - [JAR]

├─ se.mockachino.annotations.Spy.class - [JAR]

se.mockachino.order

├─ se.mockachino.order.BetweenVerifyContext.class - [JAR]

├─ se.mockachino.order.InOrderVerify.class - [JAR]

├─ se.mockachino.order.InOrderVerifyHandler.class - [JAR]

├─ se.mockachino.order.MockPoint.class - [JAR]

├─ se.mockachino.order.MockPointIterable.class - [JAR]

├─ se.mockachino.order.MockPointIterator.class - [JAR]

├─ se.mockachino.order.OrderingContext.class - [JAR]

se.mockachino.matchers.matcher

├─ se.mockachino.matchers.matcher.AndMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.AnyMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.ArgumentCatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.BasicMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.ClassMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.EqualityMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.IdentityMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.Matcher.class - [JAR]

├─ se.mockachino.matchers.matcher.NotMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.OrMatcher.class - [JAR]

├─ se.mockachino.matchers.matcher.RegexpMatcher.class - [JAR]

se.mockachino

├─ se.mockachino.CallHandler.class - [JAR]

├─ se.mockachino.Invocation.class - [JAR]

├─ se.mockachino.MethodCall.class - [JAR]

├─ se.mockachino.MockData.class - [JAR]

├─ se.mockachino.MockSettings.class - [JAR]

├─ se.mockachino.MockUtil.class - [JAR]

├─ se.mockachino.Mockachino.class - [JAR]

├─ se.mockachino.Primitives.class - [JAR]

├─ se.mockachino.ProxyMetadata.class - [JAR]

├─ se.mockachino.Settings.class - [JAR]

├─ se.mockachino.VerifyableCallHandler.class - [JAR]

├─ se.mockachino.VerifyableCallHandlerWrapper.class - [JAR]

se.mockachino.observer

├─ se.mockachino.observer.AddObserverHandler.class - [JAR]

├─ se.mockachino.observer.MethodObserver.class - [JAR]

├─ se.mockachino.observer.ObserverAdder.class - [JAR]

Advertisement

Dependencies from Group

Feb 08, 2019
2 usages
4 stars

Discover Dependencies

Jul 28, 2015
1 usages
90 stars
Apr 17, 2016
1 usages
Apr 17, 2016
1 usages
Jun 05, 2021
2 usages
56 stars
Jun 22, 2016
1 usages
0 stars
May 01, 2018
1 usages
0 stars
Sep 18, 2015
1 usages
0 stars