jar

org.cthul : cthul-matchers

Maven & Gradle

Nov 22, 2015
22 usages
15 stars

Cthul Matchers · Provides hamcrest.org matchers for strings and exceptions, allows matching code blocks, and provides several utilities for combining matchers.

Table Of Contents

Latest Version

Download org.cthul : cthul-matchers JAR file - Latest Versions:

All Versions

Download org.cthul : cthul-matchers JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0

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 cthul-matchers-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cthul.matchers.exceptions

├─ org.cthul.matchers.exceptions.CausedBy.class - [JAR]

├─ org.cthul.matchers.exceptions.ExceptionMessage.class - [JAR]

├─ org.cthul.matchers.exceptions.IsThrowable.class - [JAR]

org.cthul.matchers.proc

├─ org.cthul.matchers.proc.Raises.class - [JAR]

├─ org.cthul.matchers.proc.Returns.class - [JAR]

org.cthul.matchers.diagnose

├─ org.cthul.matchers.diagnose.QuickDiagnose.class - [JAR]

├─ org.cthul.matchers.diagnose.QuickDiagnosingMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.QuickDiagnosingMatcherBase.class - [JAR]

├─ org.cthul.matchers.diagnose.QuickMatcherBase.class - [JAR]

├─ org.cthul.matchers.diagnose.QuickResultMatcherBase.class - [JAR]

├─ org.cthul.matchers.diagnose.SelfDescribingBase.class - [JAR]

org.cthul.matchers.diagnose.nested

├─ org.cthul.matchers.diagnose.nested.MatcherDescription.class - [JAR]

├─ org.cthul.matchers.diagnose.nested.Nested.class - [JAR]

├─ org.cthul.matchers.diagnose.nested.NestedMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.nested.NestedResultMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.nested.PrecedencedSelfDescribing.class - [JAR]

├─ org.cthul.matchers.diagnose.nested.PrecedencedSelfDescribingBase.class - [JAR]

org.cthul.matchers.diagnose.safe

├─ org.cthul.matchers.diagnose.safe.Typesafe.class - [JAR]

├─ org.cthul.matchers.diagnose.safe.TypesafeFeatureMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.safe.TypesafeNestedMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.safe.TypesafeNestedResultMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.safe.TypesafeQuickDiagnoseMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.safe.TypesafeQuickMatcher.class - [JAR]

├─ org.cthul.matchers.diagnose.safe.TypesafeQuickResultMatcher.class - [JAR]

org.cthul.matchers

├─ org.cthul.matchers.CthulMatchers.class - [JAR]

├─ org.cthul.matchers.MetaMatchers.class - [JAR]

org.cthul.proc

├─ org.cthul.proc.CurryProc.class - [JAR]

├─ org.cthul.proc.P0.class - [JAR]

├─ org.cthul.proc.P1.class - [JAR]

├─ org.cthul.proc.P2.class - [JAR]

├─ org.cthul.proc.P3.class - [JAR]

├─ org.cthul.proc.P4.class - [JAR]

├─ org.cthul.proc.PN.class - [JAR]

├─ org.cthul.proc.Proc.class - [JAR]

├─ org.cthul.proc.Proc0.class - [JAR]

├─ org.cthul.proc.Proc1.class - [JAR]

├─ org.cthul.proc.Proc2.class - [JAR]

├─ org.cthul.proc.Proc3.class - [JAR]

├─ org.cthul.proc.Proc4.class - [JAR]

├─ org.cthul.proc.ProcBase.class - [JAR]

├─ org.cthul.proc.ProcError.class - [JAR]

├─ org.cthul.proc.Procs.class - [JAR]

├─ org.cthul.proc.ReflectiveProc.class - [JAR]

org.cthul.matchers.chain

├─ org.cthul.matchers.chain.AndChainMatcher.class - [JAR]

├─ org.cthul.matchers.chain.ChainBuilderBase.class - [JAR]

├─ org.cthul.matchers.chain.ChainFactory.class - [JAR]

├─ org.cthul.matchers.chain.ChainFactoryBase.class - [JAR]

├─ org.cthul.matchers.chain.MatcherChainBase.class - [JAR]

├─ org.cthul.matchers.chain.NOrChainMatcher.class - [JAR]

├─ org.cthul.matchers.chain.OrChainMatcher.class - [JAR]

├─ org.cthul.matchers.chain.SomeOfChainMatcher.class - [JAR]

├─ org.cthul.matchers.chain.XOrChainMatcher.class - [JAR]

org.cthul.matchers.object

├─ org.cthul.matchers.object.CIs.class - [JAR]

├─ org.cthul.matchers.object.ContainsPattern.class - [JAR]

├─ org.cthul.matchers.object.InstanceOf.class - [JAR]

├─ org.cthul.matchers.object.InstanceThat.class - [JAR]

org.cthul.matchers.hamcrest

├─ org.cthul.matchers.hamcrest.HasDescription.class - [JAR]

├─ org.cthul.matchers.hamcrest.HasMatchResult.class - [JAR]

├─ org.cthul.matchers.hamcrest.IsMatchResult.class - [JAR]

├─ org.cthul.matchers.hamcrest.MatchResultExpected.class - [JAR]

├─ org.cthul.matchers.hamcrest.MatcherAccepts.class - [JAR]

org.cthul.matchers.diagnose.result

├─ org.cthul.matchers.diagnose.result.AbstractMatchResult.class - [JAR]

├─ org.cthul.matchers.diagnose.result.AtomicMismatch.class - [JAR]

├─ org.cthul.matchers.diagnose.result.MatchResult.class - [JAR]

├─ org.cthul.matchers.diagnose.result.MatchResultBase.class - [JAR]

├─ org.cthul.matchers.diagnose.result.MatchResultMismatch.class - [JAR]

├─ org.cthul.matchers.diagnose.result.MatchResultProxy.class - [JAR]

├─ org.cthul.matchers.diagnose.result.MatchResultSuccess.class - [JAR]

├─ org.cthul.matchers.diagnose.result.MatcherProxy.class - [JAR]

Advertisement

Dependencies from Group

Nov 22, 2015
22 usages
15 stars
Nov 23, 2015
8 usages
15 stars
Feb 15, 2013
5 usages
15 stars
Feb 15, 2013
5 usages
15 stars
Nov 23, 2015
2 usages
15 stars

Discover Dependencies

Sep 03, 2021
3 usages
0 stars
Jul 30, 2013
1 usages
0 stars
Jan 31, 2023
29 usages
0 stars
Apr 22, 2023
2 usages
24.7k stars
Mar 19, 2021
23 usages
36.2k stars
Apr 02, 2017
4 usages
158 stars
Sep 28, 2016
4 usages
1 stars
Jun 14, 2013
4 usages
1 stars
Jan 22, 2020
26 usages
Dec 12, 2014
5 usages