MCPcopy Create free account

hub / github.com/junit-pioneer/junit-pioneer / functions

Functions1,996 in github.com/junit-pioneer/junit-pioneer

↓ 1,125 callersMethodassertThat
(ExecutionResults actual)
src/test/java/org/junitpioneer/testkit/assertion/PioneerAssert.java:27
↓ 139 callersMethodget
Returns the contents of the resource. @throws Exception if getting the resource failed
src/main/java/org/junitpioneer/jupiter/resource/Resource.java:39
↓ 128 callersMethodexecuteTestMethod
Returns the execution results of the given method of a given test class. @param testClass The test class instance @param testMethodName Name of the t
src/test/java/org/junitpioneer/testkit/PioneerTestKit.java:50
↓ 112 callersMethodexecuteTestMethodWithParameterTypes
Returns the execution results of the given method of a given test class. @param testClass The test class instance @param testMethodName Name of the t
src/test/java/org/junitpioneer/testkit/PioneerTestKit.java:65
↓ 101 callersMethodwithExceptionInstanceOf
Asserts that the test/container failed because of a specific type of exception. @param exceptionType the expected type of the thrown exception @retur
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseFailureAssert.java:29
↓ 92 callersMethodhasNumberOfSucceededTests
Asserts that there were exactly {@code expected} number of succeeded tests. @param expected the expected number of succeeded tests @return a {@code T
src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java:45
↓ 82 callersMethodformat
(int invocationIndex, Object... arguments)
src/main/java/org/junitpioneer/internal/TestNameFormatter.java:40
↓ 77 callersMethodsystemEnvironmentVariable
(String variable)
src/test/java/org/junitpioneer/jupiter/EnvironmentVariableExtensionTests.java:76
↓ 67 callersMethodexecuteTestClass
Returns the execution results of the given test class. @param testClass The test class instance @return The execution results
src/test/java/org/junitpioneer/testkit/PioneerTestKit.java:29
↓ 59 callersMethodhasSingleFailedTest
Asserts that there was exactly one failed test. @return a {@link TestCaseFailureAssert} for further assertions
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java:30
↓ 57 callersMethodhasNumberOfDynamicallyRegisteredTests
Asserts that there were exactly {@code expected} number of dynamically registered tests. @param expected the expected number of dynamically registere
src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java:61
↓ 53 callersMethodhasNumberOfReportEntries
Asserts that the expected number of report entries were published across all executed tests. @param expected the number of report entries expected to
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryAssert.java:24
↓ 51 callersMethodhasNumberOfFailedTests
Asserts that there were exactly {@code expected} number of failed tests. @param expected the expected number of failed tests @return a {@code TestSui
src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java:29
↓ 49 callersMethodset
Set a value of an environment variable. @param name of the environment variable @param value of the environment variable
src/main/java/org/junitpioneer/jupiter/EnvironmentVariableUtils.java:36
↓ 47 callersMethodcontains
(String[] contains)
src/main/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtension.java:186
↓ 47 callersMethodwithValues
Asserts that the report entries contain exactly the specified values (in any order). @param expected the expected values of the report entries
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java:40
↓ 46 callersMethodhasSingleFailedContainer
Asserts that there was exactly one failed container. @return a {@link TestCaseFailureAssert} for further assertions
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java:66
↓ 46 callersMethodisStrictlyEqualTo
Compare values directly present in Properties and recursively into default Properties. @param expected The actual is expected to be strictly equal to
src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java:117
↓ 43 callersMethodadd
(Collection<?> arguments)
src/main/java/org/junitpioneer/jupiter/cartesian/ArgumentSets.java:43
↓ 42 callersMethodisEffectivelyEqualsTo
Assert Properties has the same effective values as the passed instance, but not the same nested default structure. <p>Properties are considered <em>e
src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java:47
↓ 39 callersMethodgetMethod
(Class<?> clazz, String method, Class<?>... parameterTypes)
src/main/java/org/junitpioneer/jupiter/resource/ResourceExtension.java:309
↓ 36 callersMethodisNotEffectivelyEqualTo
The converse of isEffectivelyEqualTo. @param expected The actual is expected to NOT be effectively equal to this Properties @return Assertion instanc
src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java:100
↓ 36 callersMethodisNotStrictlyEqualTo
Simple converse of isStrictlyEqualTo. @param expected The actual is expected to NOT be strictly equal to this Properties @return Assertion instance
src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java:155
↓ 34 callersMethodvalue
Get the value of the node. @param typeHint the potential type of the value @return the node value
src/main/java/org/junitpioneer/jupiter/json/Node.java:56
↓ 30 callersMethodgetName
()
src/test/java/org/junitpioneer/jupiter/json/JsonSourceArgumentsProviderTests.java:257
↓ 29 callersMethodgetStore
(ExtensionContext context)
src/main/java/org/junitpioneer/jupiter/AbstractEntryBasedExtension.java:236
↓ 27 callersMethodmatches
(String[] matches)
src/main/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtension.java:166
↓ 26 callersMethodhasSingleStartedTest
Asserts that there was exactly one started test. @return a {@link TestCaseStartedAssert} for further assertions
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java:23
↓ 24 callersMethodequals
(Object o)
src/main/java/org/junitpioneer/jupiter/IssueTestCase.java:93
↓ 24 callersMethodfailIfExecutedInParallel
(String testName)
src/test/java/org/junitpioneer/jupiter/resource/ResourcesParallelismTests.java:488
↓ 23 callersMethodhasNumberOfStartedTests
Asserts that there were exactly {@code expected} number of started tests. @param expected the expected number of started tests @return a {@code TestS
src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java:21
↓ 21 callersMethodcapturedLines
@return the lines that were read from {@code System.in}; note that buffering readers may read all lines eagerly
src/main/java/org/junitpioneer/jupiter/StdIn.java:72
↓ 21 callersMethodtoString
()
src/main/java/org/junitpioneer/jupiter/IssueTestCase.java:108
↓ 20 callersMethodhasNumberOfAbortedTests
Asserts that there were exactly {@code expected} number of aborted tests. @param expected the expected number of aborted tests @return a {@code TestS
src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java:37
↓ 20 callersMethodhasSingleSucceededTest
Asserts that there was exactly one successful test.
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java:40
↓ 18 callersMethodhasNoReportEntries
Asserts that no report entries were published across all executed tests or containers.
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryAssert.java:36
↓ 17 callersMethodargumentsForNextParameter
Creates a single set of distinct objects (according to their {@link Object#equals(Object) equals}) for the next parameter of a {@code CartesianTest} f
src/main/java/org/junitpioneer/jupiter/cartesian/ArgumentSets.java:111
↓ 17 callersMethodfindClosestEnclosingAnnotation
Returns the specified annotation if it is either <em>present</em>, <em>meta-present</em>, <em>enclosing-present</em>, or <em>indirectly present</em> o
src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java:87
↓ 17 callersMethodhasSingleReportEntry
Asserts that exactly one report entry was published across all executed tests or containers. @return a {@link ReportEntryContentAssert} for further a
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryAssert.java:31
↓ 17 callersMethodnullSafeToString
(Object object)
src/main/java/org/junitpioneer/internal/PioneerUtils.java:104
↓ 16 callersMethodvalue
Returns an {@link ObjectAssert} to assert the value of the chosen report entry.
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java:82
↓ 15 callersMethodargumentsForFirstParameter
Creates a single set of distinct objects (according to their {@link Object#equals(Object) equals}) for the first parameter of a {@code CartesianTest}
src/main/java/org/junitpioneer/jupiter/cartesian/ArgumentSets.java:66
↓ 15 callersMethodtestEvents
Get recorded events for tests. <p>In this context, the word "test" applies to {@link org.junit.platform.engine.TestDescriptor TestDescriptors} that r
src/test/java/org/junitpioneer/testkit/ExecutionResults.java:153
↓ 14 callersMethodhasNumberOfSkippedTests
Asserts that there were exactly {@code expected} number of skipped tests. @param expected the expected number of skipped tests @return a {@code TestS
src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java:53
↓ 14 callersMethodisAnnotationPresent
Determines whether an annotation of the specified {@code annotationType} is either <em>present</em>, <em>indirectly present</em>, <em>meta-present</em
src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java:66
↓ 13 callersMethodclear
Clear an environment variable. @param name of the environment variable
src/main/java/org/junitpioneer/jupiter/EnvironmentVariableUtils.java:45
↓ 13 callersMethodcontainerEvents
Get recorded events for containers. <p>In this context, the word "container" applies to {@link org.junit.platform.engine.TestDescriptor TestDescripto
src/test/java/org/junitpioneer/testkit/ExecutionResults.java:143
↓ 13 callersMethodfailure
()
src/test/java/org/junitpioneer/jupiter/ExpectedToFailExtensionTests.java:231
↓ 12 callersMethodcreate
Returns a new resource. @param arguments a list of strings to be used to populate or configure the resource @throws Exception if creating the resourc
src/main/java/org/junitpioneer/jupiter/resource/ResourceFactory.java:42
↓ 12 callersMethodgetAllExceptions
(Events events)
src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java:308
↓ 12 callersMethodwithKeyAndValue
Asserts that the report entry has a specified key and value. Fails if there are multiple report entries. @param key the key of the expected report
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java:33
↓ 11 callersMethodbuild
()
src/main/java/org/junitpioneer/jupiter/issue/IssueTestCaseBuilder.java:50
↓ 11 callersMethodcanReadAndWriteFile
()
src/test/java/org/junitpioneer/testkit/assertion/PioneerPathAssert.java:29
↓ 11 callersMethodgetUniqueId
()
src/test/java/org/junitpioneer/internal/TestExtensionContext.java:76
↓ 11 callersMethodwhichFailed
Asserts that the test/container has failed. @return a {@link TestCaseFailureAssert} for further assertions.
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseStartedAssert.java:36
↓ 10 callersMethodallEvents
Get all recorded events.
src/test/java/org/junitpioneer/testkit/ExecutionResults.java:126
↓ 10 callersMethodcreateLocale
(String language, String country, String variant)
src/main/java/org/junitpioneer/internal/PioneerUtils.java:166
↓ 10 callersMethodgetTestMethod
()
src/test/java/org/junitpioneer/internal/TestExtensionContext.java:61
↓ 9 callersMethodabort
Aborts the test execution. Makes the test code a little nicer. @throws TestAbortedException always throws this
src/test/java/org/junitpioneer/testkit/PioneerTestKit.java:165
↓ 9 callersMethodaccept
(JsonSource jsonSource)
src/main/java/org/junitpioneer/jupiter/json/JsonInlineArgumentsProvider.java:27
↓ 9 callersMethodcapturedString
@return the string that was read from {@code System.in}; note that buffering readers may read all lines eagerly
src/main/java/org/junitpioneer/jupiter/StdIn.java:65
↓ 9 callersMethodexecute
()
src/test/java/org/junitpioneer/testkit/ExecutionResults.java:90
↓ 9 callersMethodfailed
(E exception)
src/main/java/org/junitpioneer/jupiter/RetryingTestExtension.java:142
↓ 9 callersMethodgetType
()
src/test/java/org/junitpioneer/jupiter/issue/TestPlanHelper.java:33
↓ 9 callersMethodpublishReportEntry
(Map<String, String> map)
src/test/java/org/junitpioneer/internal/TestExtensionContext.java:126
↓ 9 callersMethodrunSequentially
(Invocation<T> invocation, Executable executable, ExtensionContext extensionContext)
src/main/java/org/junitpioneer/jupiter/resource/ResourceExtension.java:371
↓ 9 callersMethodtests
Retrieves a list with all test cases related to this issue. @return List of all test cases related to this issue
src/main/java/org/junitpioneer/jupiter/IssueTestSuite.java:55
↓ 8 callersMethodaborted
()
src/test/java/org/junitpioneer/jupiter/ExpectedToFailExtensionTests.java:255
↓ 8 callersMethodbuilder
()
src/test/java/org/junitpioneer/testkit/ExecutionResults.java:105
↓ 8 callersMethodfindClosestEnclosingRepeatableAnnotations
Returns the specified repeatable annotations if they are either <em>present</em>, <em>indirectly present</em>, <em>meta-present</em>, or <em>enclosing
src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java:98
↓ 8 callersMethodlinesAsString
(String... lines)
src/test/java/org/junitpioneer/jupiter/StdIoExtensionTests.java:503
↓ 8 callersMethodnotBlank
Asserts that the supplied string is not blank. @param str the string to check @param message the precondition violation message @return the supplied s
src/main/java/org/junitpioneer/internal/PioneerPreconditions.java:34
↓ 8 callersMethodnotEmpty
Asserts that the supplied collection is not empty. @param collection the collection to check @param message the precondition violation message @return
src/main/java/org/junitpioneer/internal/PioneerPreconditions.java:81
↓ 7 callersMethodandThenCheckException
Applies the supplied consumer to the exception thrown by the test/container. @param testFunction a consumer, for writing more flexible tests
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseFailureAssert.java:50
↓ 7 callersMethodassertSingleTest
(Events events)
src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java:122
↓ 7 callersMethoddynamicallyRegisteredEvents
Get recorded dynamically registered events.
src/test/java/org/junitpioneer/testkit/ExecutionResults.java:133
↓ 7 callersMethodempty
()
src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionTests.java:830
↓ 7 callersMethodexecutionFinished
(TestIdentifier testIdentifier, TestExecutionResult testExecutionResult)
src/main/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener.java:74
↓ 7 callersMethodgetParent
()
src/test/java/org/junitpioneer/internal/TestExtensionContext.java:66
↓ 7 callersMethodisAnyRepeatableAnnotationPresent
Determines whether an annotation of the specified repeatable {@code annotationType} is either <em>present</em>, <em>indirectly present</em>, <em>meta-
src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java:76
↓ 7 callersMethodreportingEntryPublished
(TestIdentifier testIdentifier, ReportEntry entry)
src/main/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener.java:54
↓ 7 callersMethodwhichAborted
Asserts that the test/container was aborted. @return a {@link TestCaseAbortedAssert} for further assertions.
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseStartedAssert.java:29
↓ 7 callersMethodwithExceptionInstancesOf
(Class<? extends Throwable> exceptionType)
src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteFailureAssert.java:32
↓ 6 callersMethodfirstValue
Returns an {@link ObjectAssert} to assert the first value from all report entries.
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java:72
↓ 6 callersMethodgetCurrent
()
src/main/java/org/junitpioneer/jupiter/params/Range.java:73
↓ 6 callersMethodgetStep
()
src/main/java/org/junitpioneer/jupiter/params/Range.java:69
↓ 6 callersMethodhasNumberOfSpecificContainers
(long containers, int expected)
src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java:255
↓ 6 callersMethodhasNumberOfSpecificTests
(long tests, int expected)
src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java:213
↓ 6 callersMethodhasSingleSkippedTest
Asserts that there was exactly one skipped test.
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java:45
↓ 6 callersMethodisArray
@return {@code true} if the node represents an array of other nodes
src/main/java/org/junitpioneer/jupiter/json/Node.java:26
↓ 6 callersMethodissueId
Returns the value of the {@link org.junitpioneer.jupiter.Issue} annotation. @return IssueId the test belongs to
src/main/java/org/junitpioneer/jupiter/IssueTestSuite.java:46
↓ 6 callersMethodkey
Returns an {@link ObjectAssert} to assert the key of the chosen report entry.
src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java:102
↓ 6 callersMethodsetEnvVar
(String name, String value)
src/demo/java/org/junitpioneer/jupiter/EnvironmentVariablesExtensionDemo.java:156
↓ 6 callersMethodwhichSucceeded
Asserts that the test/container has succeeded.
src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseStartedAssert.java:22
↓ 5 callersMethodassertFailedTest
(ExecutionResults results)
src/test/java/org/junitpioneer/jupiter/RetryingTestExtensionTests.java:333
↓ 5 callersMethodassertSingleContainer
(Events events)
src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java:171
↓ 5 callersMethodcreateIssueTestSuites
()
src/main/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener.java:101
↓ 5 callersMethodexecuteTestClasses
Returns the execution results of the given test classes. @param testClasses The collection of test class instances @return The execution results
src/test/java/org/junitpioneer/testkit/PioneerTestKit.java:39
↓ 5 callersMethodfindAnnotatedAnnotations
Returns the annotations <em>present</em> on the {@code AnnotatedElement} that are themselves annotated with the specified annotation. The meta-annotat
src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java:130
↓ 5 callersMethodfindMethodCurrentOrEnclosing
Find the first {@link Method} of the supplied class or interface that meets the specified criteria, beginning with the specified class or interface an
src/main/java/org/junitpioneer/internal/PioneerUtils.java:74
next →1–100 of 1,996, ranked by callers