A B C D E F G H I J L M N O P R S T U W _

A

AbstractSpecCreator - Class in org.jnario.lib
 
AbstractSpecCreator() - Constructor for class org.jnario.lib.AbstractSpecCreator
 
add(RowResult) - Method in class org.jnario.lib.internal.RowResults
 
addError(Test, Throwable) - Method in class org.jnario.junit3.DelegatingTestResult
 
addFailure(Test, AssertionFailedError) - Method in class org.jnario.junit3.DelegatingTestResult
 
addListener(TestListener) - Method in class org.jnario.junit3.DelegatingTestResult
 
addTestSuite(Class) - Method in class org.jnario.junit3.JnarioTestSuite
 
addTestSuite(Class) - Method in class org.jnario.junit3.NamedJnarioTestSuite
 
afterSpecRun() - Method in class org.jnario.lib.AbstractSpecCreator
 
afterSpecRun() - Method in interface org.jnario.runner.SpecCreator
Callback that is called after the spec is executed.
allContainedClasses() - Method in class org.jnario.runner.ExampleGroupRunner
 
allDeclaredClasses() - Method in class org.jnario.runner.ExampleGroupRunner
 
allMethodsWithAnnotation(Class<? extends Annotation>) - Method in class org.jnario.runner.internal.ExtensionClass
 
apply(Statement, Description) - Method in class org.jnario.runner.ExtensionRule
 
Assert - Class in org.jnario.lib
 
Assert() - Constructor for class org.jnario.lib.Assert
 
assertFalse(String, boolean) - Static method in class org.jnario.lib.Assert
Asserts that a condition is false.
assertTrue(String, boolean) - Static method in class org.jnario.lib.Assert
Asserts that a condition is true.

B

beforeSpecRun() - Method in class org.jnario.lib.AbstractSpecCreator
 
beforeSpecRun() - Method in interface org.jnario.runner.SpecCreator
Callback that is called before the spec is executed.
build() - Method in class org.jnario.runner.internal.ExampleGroupRunnerBuilder
 

C

classBlock(RunNotifier) - Method in class org.jnario.runner.ExampleRunner
 
classBlock(RunNotifier) - Method in class org.jnario.runner.FeatureRunner
 
classRules() - Method in class org.jnario.runner.ExampleGroupRunner
 
Clock - Interface in org.jnario.lib
 
collectExampleGroups() - Method in class org.jnario.runner.ExampleGroupRunner
 
collectExamples() - Method in class org.jnario.runner.ExampleGroupRunner
 
Contains - Annotation Type in org.jnario.runner
If a class is annotated with Contains, the ExampleGroupRunner will invoke all specified classes as child specs.
countTestCases() - Method in class org.jnario.junit3.DelegatingTestCase
 
create(Class<T>) - Method in class org.jnario.lib.AbstractSpecCreator
 
create(String, List<String>, P...) - Static method in class org.jnario.lib.ExampleTable
 
create() - Static method in class org.jnario.runner.NameProvider
 
create(Class<T>) - Method in class org.jnario.runner.SimpleSpecCreator
 
createClassExtensionRule(Iterable<ExtensionClass>, Object, Set<Method>) - Static method in class org.jnario.runner.ExtensionRule
 
createExampleGroupRunner(Class<?>) - Method in class org.jnario.runner.ExampleGroupRunner
 
createExampleRunner(Class<?>, FrameworkMethod) - Method in class org.jnario.runner.ExampleGroupRunner
 
createExampleRunner(Class<?>, FrameworkMethod) - Method in class org.jnario.runner.FeatureRunner
 
createExtensionRule(Iterable<ExtensionClass>, Object) - Static method in class org.jnario.runner.ExtensionRule
 
createRunners(Class<?>, List<FrameworkMethod>) - Method in class org.jnario.runner.ExampleGroupRunner
 
createSpec(Class<T>) - Method in class org.jnario.lib.AbstractSpecCreator
 
createSpec(Class<T>) - Method in interface org.jnario.runner.SpecCreator
Creates a spec or feature instance.
createSubject(Class<T>) - Method in class org.jnario.lib.AbstractSpecCreator
 
createSubject(Class<T>) - Method in interface org.jnario.runner.SpecCreator
Creates the subject of a spec.
createTest() - Method in class org.jnario.runner.ExampleRunner
 
createTestInstantiator() - Method in class org.jnario.runner.ExampleGroupRunner
 
CreateWith - Annotation Type in org.jnario.runner
If a class is annotated with CreateWith, the ExampleGroupRunner will use the given SpecCreator to instantiate the feature, spec and subject.
currentTime() - Method in interface org.jnario.lib.Clock
 

D

DelegatingTestCase - Class in org.jnario.junit3
 
DelegatingTestCase(String, TestCase) - Constructor for class org.jnario.junit3.DelegatingTestCase
 
DelegatingTestResult - Class in org.jnario.junit3
 
DelegatingTestResult(TestResult, Test) - Constructor for class org.jnario.junit3.DelegatingTestResult
 
describeCause(String, StringBuilder, int, RowFailed) - Method in class org.jnario.lib.ExampleTableIterators
 
describeChild(Runner) - Method in class org.jnario.runner.ExampleGroupRunner
 
describeRow(String, StringBuilder, RowResult) - Method in class org.jnario.lib.ExampleTableIterators
 

E

Each - Class in org.jnario.lib
Extension methods to perform assertions on Iterable, Collection and ExampleTable.
Each() - Constructor for class org.jnario.lib.Each
 
endTest(Test) - Method in class org.jnario.junit3.DelegatingTestResult
 
errorCount() - Method in class org.jnario.junit3.DelegatingTestResult
 
errors() - Method in class org.jnario.junit3.DelegatingTestResult
 
evaluate() - Method in class org.jnario.runner.internal.RunAfters
 
evaluate() - Method in class org.jnario.runner.internal.RunBefores
 
ExampleGroupRunner - Class in org.jnario.runner
The Jnario spec Runner features full text descriptions for tests and classes annotated with Named.
ExampleGroupRunner(Class<?>) - Constructor for class org.jnario.runner.ExampleGroupRunner
 
ExampleGroupRunner(Class<?>, NameProvider, Set<Method>) - Constructor for class org.jnario.runner.ExampleGroupRunner
 
ExampleGroupRunnerBuilder - Class in org.jnario.runner.internal
 
ExampleGroupRunnerBuilder(Class<?>, NameProvider, Set<Method>) - Constructor for class org.jnario.runner.internal.ExampleGroupRunnerBuilder
 
ExampleRunner - Class in org.jnario.runner
A Runner for executing single examples.
ExampleRunner(Class<?>, List<ExtensionClass>, FrameworkMethod, NameProvider, SpecCreator) - Constructor for class org.jnario.runner.ExampleRunner
 
ExampleRunner(Class<?>, FrameworkMethod, NameProvider, SpecCreator) - Constructor for class org.jnario.runner.ExampleRunner
 
ExampleTable<T extends ExampleTableRow> - Class in org.jnario.lib
An implementation of a table with rows and columns.
ExampleTable(String, List<String>, List<T>) - Constructor for class org.jnario.lib.ExampleTable
 
ExampleTableIterators<T extends ExampleTableRow> - Class in org.jnario.lib
 
ExampleTableIterators(ExampleTable<T>, Procedures.Procedure1<T>) - Constructor for class org.jnario.lib.ExampleTableIterators
 
ExampleTableRow - Class in org.jnario.lib
The super class of all table rows.
ExampleTableRow(List<String>) - Constructor for class org.jnario.lib.ExampleTableRow
 
execute(StepArguments) - Method in interface org.jnario.lib.Step
 
Extends - Annotation Type in org.jnario.runner
 
Extension - Annotation Type in org.jnario.runner
Fields annotated with Extension are treated as spec extensions.
ExtensionClass - Class in org.jnario.runner.internal
 
ExtensionClass(FrameworkField) - Constructor for class org.jnario.runner.internal.ExtensionClass
 
ExtensionRule - Class in org.jnario.runner
 
ExtensionRule(Iterable<ExtensionClass>, Object, Class<? extends Annotation>, Class<? extends Annotation>, Set<Method>) - Constructor for class org.jnario.runner.ExtensionRule
 

F

fail(String) - Static method in class org.jnario.lib.Assert
Fails a test with the given message.
failureCount() - Method in class org.jnario.junit3.DelegatingTestResult
 
failures() - Method in class org.jnario.junit3.DelegatingTestResult
 
FeatureRunner - Class in org.jnario.runner
A spec Runner for Jnario features.
FeatureRunner(Class<?>, NameProvider, Set<Method>) - Constructor for class org.jnario.runner.FeatureRunner
 
FeatureRunner(Class<?>) - Constructor for class org.jnario.runner.FeatureRunner
 
fifth(Iterable<T>) - Static method in class org.jnario.lib.JnarioIterableExtensions
 
fifth(Iterator<T>) - Static method in class org.jnario.lib.JnarioIteratorExtensions
 
filterAlreadyScheduled(List<FrameworkMethod>) - Method in class org.jnario.runner.ExampleGroupRunner
 
first(Iterable<T>) - Static method in class org.jnario.lib.JnarioIterableExtensions
 
first(Iterable<?>, Class<T>) - Static method in class org.jnario.lib.JnarioIterableExtensions
 
first(Iterator<T>) - Static method in class org.jnario.lib.JnarioIteratorExtensions
 
first(Iterator<?>, Class<T>) - Static method in class org.jnario.lib.JnarioIteratorExtensions
 
forEach(ExampleTable<T>, Procedures.Procedure1<T>) - Static method in class org.jnario.lib.Each
Performs an assertion on each row in an ExampleTable.
forEach(ExampleTable<T>, Procedures.Procedure1<T>) - Static method in class org.jnario.lib.ExampleTableIterators
Performs an assertion on each row in an ExampleTable.
forth(Iterable<T>) - Static method in class org.jnario.lib.JnarioIterableExtensions
 
forth(Iterator<T>) - Static method in class org.jnario.lib.JnarioIteratorExtensions
 

G

get(int) - Method in class org.jnario.lib.ExampleTable
Returns the table row at the specified index.
get(Iterable<T>, int) - Static method in class org.jnario.lib.JnarioIterableExtensions
Returns the element at the specified position in the arguments.
get(Iterator<T>, int) - Static method in class org.jnario.lib.JnarioIteratorExtensions
Returns the element at the specified position in the arguments.
get(Object) - Method in class org.jnario.runner.internal.ExtensionClass
 
getAnnotatedMethods(Class<? extends Annotation>) - Method in class org.jnario.runner.internal.ExtensionClass
 
getCause() - Method in class org.jnario.lib.internal.RowFailed
 
getCause() - Method in error org.jnario.lib.UnexpectedExceptionError
 
getCells() - Method in class org.jnario.lib.ExampleTableRow
 
getChildren() - Method in class org.jnario.runner.ExampleGroupRunner
 
getChildren() - Method in class org.jnario.runner.ExampleRunner
 
getColumnNames() - Method in class org.jnario.lib.ExampleTable
 
getCreateWithAnnotation() - Method in class org.jnario.runner.ExampleGroupRunner
 
getDescription() - Method in class org.jnario.runner.ExampleRunner
 
getExtensions() - Method in class org.jnario.runner.ExampleGroupRunner
 
getMessage() - Method in error org.jnario.lib.UnexpectedExceptionError
 
getName() - Method in class org.jnario.junit3.NamedJnarioTestSuite
 
getName() - Method in class org.jnario.lib.ExampleTable
 
getName() - Method in class org.jnario.runner.ExampleGroupRunner
 
getName() - Method in class org.jnario.runner.internal.ExtensionClass
 
getName() - Method in class org.jnario.runner.internal.NamedFrameworkMethod
 
getNameProvider() - Method in class org.jnario.runner.ExampleGroupRunner
 
getOrCreateTestInstantiator() - Method in class org.jnario.runner.FeatureRunner
 
getRows() - Method in class org.jnario.lib.ExampleTable
 
getStackTrace() - Method in class org.jnario.lib.internal.RowResults
 
getTestRules(Object) - Method in class org.jnario.runner.ExampleRunner
 
getTestRules() - Method in class org.jnario.runner.FeatureRunner
 
getValue() - Method in class org.jnario.lib.internal.RowResult
 

H

hasFailed() - Method in class org.jnario.lib.internal.RowResults
 

I

initializeSubjects(TestClass, Object) - Method in class org.jnario.runner.ExampleRunner
 
isDone() - Method in class org.jnario.junit3.TestQueue
 
isRunning() - Method in class org.jnario.junit3.TestQueue
 
isStatic() - Method in class org.jnario.runner.internal.ExtensionClass
 
isTestMethod() - Method in class org.jnario.runner.ExampleGroupRunner
 
isTestMethod() - Method in class org.jnario.runner.FeatureRunner
 
iterator() - Method in class org.jnario.lib.ExampleTable
 
iterator() - Method in class org.jnario.lib.internal.RowResults
 
iterator() - Method in class org.jnario.lib.StepArguments
 

J

JnarioCollectionLiterals - Class in org.jnario.lib
Shorter versions of the collection literals provided by Xtend.
JnarioCollectionLiterals() - Constructor for class org.jnario.lib.JnarioCollectionLiterals
 
JnarioIterableExtensions - Class in org.jnario.lib
 
JnarioIterableExtensions() - Constructor for class org.jnario.lib.JnarioIterableExtensions
 
JnarioIteratorExtensions - Class in org.jnario.lib
 
JnarioIteratorExtensions() - Constructor for class org.jnario.lib.JnarioIteratorExtensions
 
JnarioTestSuite - Class in org.jnario.junit3
 
JnarioTestSuite(String, Class...) - Constructor for class org.jnario.junit3.JnarioTestSuite
 

L

list(T...) - Static method in class org.jnario.lib.JnarioCollectionLiterals
Creates a mutable List instance containing the given initial elements.

M

map(Pair<K, V>...) - Static method in class org.jnario.lib.JnarioCollectionLiterals
Creates a mutable Map instance containing the given initial entries.
matches(String, Functions.Function1<T, Boolean>) - Static method in class org.jnario.lib.Should
 
methodBlock(FrameworkMethod) - Method in class org.jnario.runner.StepRunner
 

N

Named - Annotation Type in org.jnario.runner
Spec classes or methods annotated with Named can provide plain text description of the test.
NamedFrameworkMethod - Class in org.jnario.runner.internal
 
NamedFrameworkMethod(Method, String) - Constructor for class org.jnario.runner.internal.NamedFrameworkMethod
 
NamedJnarioTestSuite - Class in org.jnario.junit3
 
NamedJnarioTestSuite(Class) - Constructor for class org.jnario.junit3.NamedJnarioTestSuite
 
nameOf(Method) - Method in class org.jnario.runner.NameProvider
 
nameOf(Class<?>) - Method in class org.jnario.runner.NameProvider
 
nameOf(Class<?>, String) - Method in class org.jnario.runner.NameProvider
 
NameProvider - Class in org.jnario.runner
A converter from Named annotation values to unicode strings.
NameProvider() - Constructor for class org.jnario.runner.NameProvider
 
next() - Method in class org.jnario.junit3.TestQueue
 
nullValue() - Static method in class org.jnario.lib.Should
 

O

operator_doubleArrow(Class<?>, Class<?>) - Static method in class org.jnario.lib.Should
 
operator_doubleArrow(T, T) - Static method in class org.jnario.lib.Should
 
operator_doubleArrow(Object, Class<?>) - Static method in class org.jnario.lib.Should
 
operator_doubleArrow(T, Matcher<? super T>) - Static method in class org.jnario.lib.Should
 
operator_doubleArrow(T, boolean) - Static method in class org.jnario.lib.Should
 
Order - Annotation Type in org.jnario.runner
The execution order of spec methods can be specified with the value of the Order annotation.
orderMethods(List<FrameworkMethod>) - Method in class org.jnario.runner.ExampleGroupRunner
 
org.jnario.junit3 - package org.jnario.junit3
 
org.jnario.lib - package org.jnario.lib
 
org.jnario.lib.internal - package org.jnario.lib.internal
 
org.jnario.runner - package org.jnario.runner
 
org.jnario.runner.internal - package org.jnario.runner.internal
 

P

peek() - Method in class org.jnario.junit3.TestQueue
 
perform() - Method in class org.jnario.lib.ExampleTableIterators
 

R

removeListener(TestListener) - Method in class org.jnario.junit3.DelegatingTestResult
 
RowFailed - Class in org.jnario.lib.internal
 
RowFailed(ExampleTableRow, Throwable) - Constructor for class org.jnario.lib.internal.RowFailed
 
RowPassed - Class in org.jnario.lib.internal
 
RowPassed(ExampleTableRow) - Constructor for class org.jnario.lib.internal.RowPassed
 
RowResult - Class in org.jnario.lib.internal
 
RowResult(ExampleTableRow) - Constructor for class org.jnario.lib.internal.RowResult
 
RowResults - Class in org.jnario.lib.internal
 
RowResults() - Constructor for class org.jnario.lib.internal.RowResults
 
run() - Method in class org.jnario.junit3.DelegatingTestCase
 
run(TestResult) - Method in class org.jnario.junit3.DelegatingTestCase
 
RunAfters - Class in org.jnario.runner.internal
 
RunAfters(Statement, List<FrameworkMethod>, Object) - Constructor for class org.jnario.runner.internal.RunAfters
 
runBare() - Method in class org.jnario.junit3.DelegatingTestCase
 
RunBefores - Class in org.jnario.runner.internal
 
RunBefores(Statement, List<FrameworkMethod>, Object) - Constructor for class org.jnario.runner.internal.RunBefores
 
runChild(Runner, RunNotifier) - Method in class org.jnario.runner.ExampleGroupRunner
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.jnario.runner.ExampleRunner
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.jnario.runner.StepRunner
 
runCount() - Method in class org.jnario.junit3.DelegatingTestResult
 
runProtected(Test, Protectable) - Method in class org.jnario.junit3.DelegatingTestResult
 

S

second(Iterable<T>) - Static method in class org.jnario.lib.JnarioIterableExtensions
 
second(Iterable<?>, Class<T>) - Static method in class org.jnario.lib.JnarioIterableExtensions
 
second(Iterator<T>) - Static method in class org.jnario.lib.JnarioIteratorExtensions
 
second(Iterator<?>, Class<T>) - Static method in class org.jnario.lib.JnarioIteratorExtensions
 
set(T...) - Static method in class org.jnario.lib.JnarioCollectionLiterals
Creates a mutable Set instance containing the given initial elements.
Should - Class in org.jnario.lib
The default should matchers provided by Jnario.
Should() - Constructor for class org.jnario.lib.Should
 
should_be(T, Functions.Function1<T, Boolean>) - Static method in class org.jnario.lib.Should
 
should_be(T, T) - Static method in class org.jnario.lib.Should
 
should_be(Class<?>, Class<?>) - Static method in class org.jnario.lib.Should
 
should_be(Object, Class<?>) - Static method in class org.jnario.lib.Should
 
should_be(T, Matcher<? super T>) - Static method in class org.jnario.lib.Should
 
should_be(T, boolean) - Static method in class org.jnario.lib.Should
 
should_contain(Iterable<T>, T) - Static method in class org.jnario.lib.Should
 
should_contain(Iterable<T>, Matcher<? super T>) - Static method in class org.jnario.lib.Should
 
should_contain(CharSequence, CharSequence) - Static method in class org.jnario.lib.Should
 
should_endWith(CharSequence, String) - Static method in class org.jnario.lib.Should
 
should_startWith(CharSequence, String) - Static method in class org.jnario.lib.Should
 
shouldStop() - Method in class org.jnario.junit3.DelegatingTestResult
 
SimpleSpecCreator - Class in org.jnario.runner
A creator of spec instances using a constructor without arguments.
SimpleSpecCreator() - Constructor for class org.jnario.runner.SimpleSpecCreator
 
sleep(long) - Method in interface org.jnario.lib.Sleeper
 
Sleeper - Interface in org.jnario.lib
 
SpecCreator - Interface in org.jnario.runner
A factory for creating features or specs together with their subjects.
startTest(Test) - Method in class org.jnario.junit3.DelegatingTestResult
 
Step - Interface in org.jnario.lib
 
StepArguments - Class in org.jnario.lib
String arguments that are defined in a step definition.
StepArguments(String...) - Constructor for class org.jnario.lib.StepArguments
 
StepRunner - Class in org.jnario.runner
 
StepRunner(Class<?>, FrameworkMethod, NameProvider, Object) - Constructor for class org.jnario.runner.StepRunner
 
stop() - Method in class org.jnario.junit3.DelegatingTestResult
 
StringConversions - Class in org.jnario.lib
Jnario extensions to convert string values into other formats.
StringConversions() - Constructor for class org.jnario.lib.StringConversions
 
Subject - Annotation Type in org.jnario.runner
Subjects are implicitly created fixtures in Jnario specs.
SYSTEM_CLOCK - Static variable in interface org.jnario.lib.Clock
 
SYSTEM_SLEEPER - Static variable in interface org.jnario.lib.Sleeper
 

T

targetClass() - Method in class org.jnario.runner.ExampleGroupRunner
 
testName() - Method in class org.jnario.runner.ExampleRunner
 
TestQueue - Class in org.jnario.junit3
 
TestQueue(String...) - Constructor for class org.jnario.junit3.TestQueue
 
third(Iterable<T>) - Static method in class org.jnario.lib.JnarioIterableExtensions
 
third(Iterator<T>) - Static method in class org.jnario.lib.JnarioIteratorExtensions
 
toBigDecimal(String) - Static method in class org.jnario.lib.StringConversions
Translates the string representation of a BigDecimal into a BigDecimal.
toBool(String) - Static method in class org.jnario.lib.StringConversions
Returns a Boolean with a value represented by the specified string.
toDouble(String) - Static method in class org.jnario.lib.StringConversions
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
toInt(String) - Static method in class org.jnario.lib.StringConversions
Parses the string argument as a signed decimal integer.
toList(String) - Static method in class org.jnario.lib.StringConversions
Convert a comma separated value string into a List.
toLong(String) - Static method in class org.jnario.lib.StringConversions
Parses the string argument as a signed decimal long.
toString() - Method in class org.jnario.junit3.DelegatingTestCase
 
toString(Object) - Method in class org.jnario.lib.ExampleTableRow
 
toString() - Method in class org.jnario.lib.internal.RowFailed
 
toString() - Method in class org.jnario.lib.internal.RowPassed
 
toString() - Method in class org.jnario.lib.StepArguments
 

U

UnexpectedExceptionError - Error in org.jnario.lib
 
UnexpectedExceptionError(Class<? extends Throwable>, Throwable) - Constructor for error org.jnario.lib.UnexpectedExceptionError
 

W

wasSuccessful() - Method in class org.jnario.junit3.DelegatingTestResult
 
withAfterClasses(Statement) - Method in class org.jnario.runner.ExampleGroupRunner
 
withBeforeClasses(Statement) - Method in class org.jnario.runner.ExampleGroupRunner
 

_

_() - Static method in class org.jnario.lib.Should
A helper method to mark irrelevant values.

A B C D E F G H I J L M N O P R S T U W _

Copyright © 2012-2013 BMW Car IT. All Rights Reserved.