public class GeneralMatchersTest extends Object
| Constructor and Description |
|---|
GeneralMatchersTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
containsAllStringsEmpty() |
void |
containsAllStringsMultiple() |
void |
containsAllStringsSingle() |
void |
matchAsCastsObjectAndPassesToMatcher() |
void |
matchAsFailsIfObjectIsWrongClass() |
void |
orderedSubstringsEmpty() |
void |
orderedSubstringsMultiple() |
void |
orderedSubstringsSingle() |
void |
startsWithItemsDescription() |
void |
startsWithItemsFailsIfInitialItemsDoNotMatch() |
void |
startsWithItemsMismatchDescription() |
void |
startsWithItemsPassesIfInitialItemsMatch() |
void |
testAllOfFailsIfFirstMatcherFails() |
void |
testAllOfFailsIfSubsequentMatcherFails() |
void |
testAllOfIncludesAllFailuresInFailureDescription() |
void |
testAllOfPassesIfAllMatchersPass() |
void |
testOnlyIfFailsIfPreconditionMatcherPassesAndTestMatcherFails() |
void |
testOnlyIfPassesIfPreconditionMatcherFails() |
void |
testOnlyIfPassesIfPreconditionMatcherPassesAndTestMatcherPasses() |
public void containsAllStringsEmpty()
public void containsAllStringsSingle()
public void containsAllStringsMultiple()
public void orderedSubstringsEmpty()
public void orderedSubstringsSingle()
public void orderedSubstringsMultiple()
public void matchAsCastsObjectAndPassesToMatcher()
public void matchAsFailsIfObjectIsWrongClass()
public void startsWithItemsPassesIfInitialItemsMatch()
public void startsWithItemsFailsIfInitialItemsDoNotMatch()
public void startsWithItemsDescription()
public void startsWithItemsMismatchDescription()
public void testAllOfPassesIfAllMatchersPass()
public void testAllOfFailsIfFirstMatcherFails()
public void testAllOfFailsIfSubsequentMatcherFails()
public void testAllOfIncludesAllFailuresInFailureDescription()
public void testOnlyIfPassesIfPreconditionMatcherFails()
public void testOnlyIfPassesIfPreconditionMatcherPassesAndTestMatcherPasses()
public void testOnlyIfFailsIfPreconditionMatcherPassesAndTestMatcherFails()
Copyright © 2017 Atlassian. All rights reserved.