Uses of Class
com.sun.maven.junit.Result

Uses of Result in com.sun.maven.junit
 

Fields in com.sun.maven.junit declared as Result
static Result Result.ZERO
           
 

Methods in com.sun.maven.junit that return Result
static Result Result.add(Result... results)
           
 Result Result.add(Result that)
           
static Result Result.from(junit.framework.TestResult tr)
           
static Result Result.fromFailure(Result.Failure f)
           
 Result TestCaseRunner.runTestCase(String fileName)
          Runs a single test case and returns the result.
 Result LocalTestCaseRunner.runTestCase(String fileName)
           
 Result LocalTestCaseRunner.runTestCase(String fileName, String methodName)
           
 

Methods in com.sun.maven.junit with parameters of type Result
static Result Result.add(Result... results)
           
 Result Result.add(Result that)
           
 



Copyright © 2011. All Rights Reserved.