public class IndexedTestCase extends Object implements com.github.dakusui.jcunit8.testsuite.TestCase
| Constructor and Description |
|---|
IndexedTestCase(int index,
com.github.dakusui.jcunit8.testsuite.TestCase testCase) |
IndexedTestCase(int index,
com.github.dakusui.jcunit.core.tuples.Tuple tuple,
com.github.dakusui.jcunit8.testsuite.TestCase.Category category) |
| Modifier and Type | Method and Description |
|---|---|
com.github.dakusui.jcunit.core.tuples.Tuple |
get() |
com.github.dakusui.jcunit8.testsuite.TestCase.Category |
getCategory() |
int |
getIndex() |
List<com.github.dakusui.jcunit8.factorspace.Constraint> |
violatedConstraints() |
public IndexedTestCase(int index,
com.github.dakusui.jcunit8.testsuite.TestCase testCase)
public IndexedTestCase(int index,
com.github.dakusui.jcunit.core.tuples.Tuple tuple,
com.github.dakusui.jcunit8.testsuite.TestCase.Category category)
public int getIndex()
public com.github.dakusui.jcunit.core.tuples.Tuple get()
get in interface com.github.dakusui.jcunit8.testsuite.TestCasepublic com.github.dakusui.jcunit8.testsuite.TestCase.Category getCategory()
getCategory in interface com.github.dakusui.jcunit8.testsuite.TestCasepublic List<com.github.dakusui.jcunit8.factorspace.Constraint> violatedConstraints()
violatedConstraints in interface com.github.dakusui.jcunit8.testsuite.TestCaseCopyright © 2017. All rights reserved.