Home
last modified time | relevance | path

Searched refs:ITestCase (Results 1 – 6 of 6) sorted by relevance

/external/antlr/gunit/src/main/java/org/antlr/gunit/
DITestSuite.java41 public void onPass(ITestCase passTest); in onPass()
43 public void onFail(ITestCase failTest); in onFail()
DITestCase.java48 public interface ITestCase { interface
DAbstractTest.java30 public abstract class AbstractTest implements ITestCase {
DgUnitExecutor.java642 public void onPass(ITestCase passTest) { in onPass()
646 public void onFail(ITestCase failTest) { in onFail()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/runner/
DNotifiedTestExecuter.java49 public void onFail(ITestCase failTest) { in onFail()
62 public void onPass(ITestCase passTest) { in onPass()
/external/bcc/tests/cc/
Dcatch.hpp611 struct ITestCase : IShared { struct
614 virtual ~ITestCase();
635 class MethodTestCase : public SharedImpl<ITestCase> {
663 ( ITestCase* testCase,
2809 struct ITestCase;
2848 TestCase( ITestCase* testCase, TestCaseInfo const& info );
2863 Ptr<ITestCase> test;
2866 TestCase makeTestCase( ITestCase* testCase,
2904 class OcMethod : public SharedImpl<ITestCase> {
6517 class FreeFunctionTestCase : public SharedImpl<ITestCase> {
[all …]