Uses of Class
de.hybris.ant.taskdefs.yunit.JUnitTest
Packages that use JUnitTest
-
Uses of JUnitTest in de.hybris.ant.taskdefs.yunit
Methods in de.hybris.ant.taskdefs.yunit with parameters of type JUnitTestModifier and TypeMethodDescriptionprotected voidJUnitTask.actOnTestResult(int exitValue, boolean wasKilled, JUnitTest test, String name) Logs information about failed tests, potentially stops processing (by throwing a BuildException) if a failure/error occurred or sets a property.protected voidJUnitTask.actOnTestResult(JUnitTask.TestResultHolder result, JUnitTest test, String name) Logs information about failed tests, potentially stops processing (by throwing a BuildException) if a failure/error occurred or sets a property.voidAdd a new single testcase.voidJUnitTaskMirror.addVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror formatter, OutputStream out, String message, String testCase) Add the formatter to be called when the jvm exits before the test suite finishs.voidJUnitTaskMirrorImpl.addVmExit(JUnitTest test, JUnitTaskMirror.JUnitResultFormatterMirror aFormatter, OutputStream out, String message, String testCase) Add the formatter to be called when the jvm exits before the test suite finishs.voidBriefJUnitResultFormatter.endTestSuite(JUnitTest suite) The whole testsuite ended.voidJUnitResultFormatter.endTestSuite(JUnitTest suite) The whole testsuite ended.voidPlainJUnitResultFormatter.endTestSuite(JUnitTest suite) The whole testsuite ended.voidSummaryJUnitResultFormatter.endTestSuite(JUnitTest suite) The whole testsuite ended.voidXMLJUnitResultFormatter.endTestSuite(JUnitTest suite) The whole testsuite ended.protected voidRun the tests.protected FileJUnitTask.getOutput(FormatterElement fe, JUnitTest test) If the formatter sends output to a file, return that file.JUnitTaskMirror.newJUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filterTrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents, org.apache.tools.ant.AntClassLoader classLoader, boolean suppressJunitTenant) Create a new test runner for a test.JUnitTaskMirrorImpl.newJUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filterTrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents, org.apache.tools.ant.AntClassLoader classLoader, boolean suppressJunitTenant) Create a new test runner for a test.voidBriefJUnitResultFormatter.startTestSuite(JUnitTest suite) The whole testsuite started.voidJUnitResultFormatter.startTestSuite(JUnitTest suite) The whole testsuite started.voidPlainJUnitResultFormatter.startTestSuite(JUnitTest suite) The whole testsuite started.voidSummaryJUnitResultFormatter.startTestSuite(JUnitTest suite) The testsuite started.voidXMLJUnitResultFormatter.startTestSuite(JUnitTest suite) The whole testsuite started.Constructors in de.hybris.ant.taskdefs.yunit with parameters of type JUnitTestModifierConstructorDescriptionJUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filtertrace, boolean haltOnFailure) Constructor for fork=true or when the user hasn't specified a classpath.JUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filtertrace, boolean haltOnFailure, boolean showOutput) Constructor for fork=true or when the user hasn't specified a classpath.JUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filtertrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents) Constructor for fork=true or when the user hasn't specified a classpath.JUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filtertrace, boolean haltOnFailure, boolean showOutput, boolean logTestListenerEvents, ClassLoader loader, boolean suppressJunitTenant) Constructor to use when the user has specified a classpath.JUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filtertrace, boolean haltOnFailure, boolean showOutput, ClassLoader loader) Constructor to use when the user has specified a classpath.JUnitTestRunner(String platformHome, String classpath, String webClasspath, JUnitTest test, boolean haltOnError, boolean filtertrace, boolean haltOnFailure, ClassLoader loader) Constructor to use when the user has specified a classpath.