Skip navigation links
B C E F G H I R S T V W X 

B

BDocumentation - Class in com.io7m.blueberry.documentation
Functions for retrieving the documentation.

C

ClassName - Class in com.io7m.blueberry
A fully-qualified class name.
com.io7m.blueberry - package com.io7m.blueberry
Core types and functions for running tests.
com.io7m.blueberry.documentation - package com.io7m.blueberry.documentation
Documentation.

E

equals(Object) - Method in class com.io7m.blueberry.ClassName
 
equals(Object) - Method in class com.io7m.blueberry.TestName
 

F

Failed(StringBuilder, StringBuilder, Throwable, long) - Constructor for class com.io7m.blueberry.TestState.Failed
Construct a test state.

G

getActual() - Method in class com.io7m.blueberry.ClassName
 
getActual() - Method in class com.io7m.blueberry.TestName
 
getBuffer() - Method in class com.io7m.blueberry.StringBuilderOutputStream
 
getDocumentationXMLLocation() - Static method in class com.io7m.blueberry.documentation.BDocumentation
 
getPackageClasses(String) - Static method in class com.io7m.blueberry.TestScanning
 
getPackageName() - Method in class com.io7m.blueberry.TestReportConfig
 
getPackageVersion() - Method in class com.io7m.blueberry.TestReportConfig
 
getRunnableTestMethods(Class<?>) - Static method in class com.io7m.blueberry.TestScanning
 
getTimeElapsedNanoseconds() - Method in class com.io7m.blueberry.TestState.Failed
 
getTimeElapsedNanoseconds() - Method in class com.io7m.blueberry.TestState.Succeeded
 
getType() - Method in class com.io7m.blueberry.TestState
 

H

hashCode() - Method in class com.io7m.blueberry.ClassName
 
hashCode() - Method in class com.io7m.blueberry.TestName
 

I

Initialized() - Constructor for class com.io7m.blueberry.TestState.Initialized
Construct a test state.
isRunnableTestClass(Class<?>) - Static method in class com.io7m.blueberry.TestScanning
 
isTestMethod(Method) - Static method in class com.io7m.blueberry.TestScanning
 

R

run() - Method in class com.io7m.blueberry.TestCollectionRunner
Execute all tests in the set of classes given to the constructor.

S

setOutputEnvironment(boolean) - Method in class com.io7m.blueberry.TestReportConfig
Set whether or not the contents of the JVM's environment should appear in the resulting report.
setOutputSystemProperties(boolean) - Method in class com.io7m.blueberry.TestReportConfig
Set whether or not the contents of the JVM's system properties should appear in the resulting report.
setPackageName(String) - Method in class com.io7m.blueberry.TestReportConfig
Set the package name.
setPackageVersion(String) - Method in class com.io7m.blueberry.TestReportConfig
Set the package version.
Skipped(StringBuilder, StringBuilder, String) - Constructor for class com.io7m.blueberry.TestState.Skipped
Construct a test state.
StringBuilderOutputStream - Class in com.io7m.blueberry
A trivial output stream that appends to a StringBuilder internally.
StringBuilderOutputStream() - Constructor for class com.io7m.blueberry.StringBuilderOutputStream
Construct a new output stream.
Succeeded(StringBuilder, StringBuilder, long) - Constructor for class com.io7m.blueberry.TestState.Succeeded
Construct a test state.

T

TestCollectionRunner - Class in com.io7m.blueberry
A test runner that runs all tests in the given classes, and publishes test state changes on the given listener.
TestCollectionRunner(TestStateListenerType, Set<Class<?>>) - Constructor for class com.io7m.blueberry.TestCollectionRunner
Construct a test collection runner.
TestName - Class in com.io7m.blueberry
A test (method) name.
TestReportConfig - Class in com.io7m.blueberry
XML report configuration.
TestReportConfig(String, String) - Constructor for class com.io7m.blueberry.TestReportConfig
Construct a new empty configuration.
TestReportXMLVersion - Class in com.io7m.blueberry
The XML URI of reports.
TestScanning - Class in com.io7m.blueberry
Functions for scanning for tests, and inspecting classes and methods.
TestsState - Class in com.io7m.blueberry
Opaque structure representing the current testing state.
TestState - Class in com.io7m.blueberry
The state of a given test.
TestState.Failed - Class in com.io7m.blueberry
A failed test.
TestState.Initialized - Class in com.io7m.blueberry
An initialized test.
TestState.Skipped - Class in com.io7m.blueberry
A skipped test.
TestState.Succeeded - Class in com.io7m.blueberry
A succeeded test.
TestState.TestStateType - Enum in com.io7m.blueberry
The test state enum.
testStateCreated(ClassName, TestName, TestState) - Method in interface com.io7m.blueberry.TestStateListenerType
A test named test in class class_name has been added with state state.
TestStateListenerType - Interface in com.io7m.blueberry
An interface for listening for test state changes.
testStateRunFinished() - Method in interface com.io7m.blueberry.TestStateListenerType
The tests have finished running.
testStateRunStarted(long) - Method in interface com.io7m.blueberry.TestStateListenerType
The tests have started running, and count tests will be executed.
testStateStarted(ClassName, TestName, long) - Method in interface com.io7m.blueberry.TestStateListenerType
A test named test in class class_name has started running.
testStateUpdated(ClassName, TestName, TestState) - Method in interface com.io7m.blueberry.TestStateListenerType
The state of the test named test in class class_name has been updated to state state.
toHumanString() - Method in enum com.io7m.blueberry.TestState.TestStateType
 
toString() - Method in class com.io7m.blueberry.ClassName
 
toString() - Method in class com.io7m.blueberry.TestName
 
toXML(TestReportConfig) - Method in class com.io7m.blueberry.TestCollectionRunner
 
toXML(TestReportConfig) - Method in class com.io7m.blueberry.TestsState
 
toXML(TestName) - Method in class com.io7m.blueberry.TestState.Failed
 
toXML(TestName) - Method in class com.io7m.blueberry.TestState.Initialized
 
toXML(TestName) - Method in class com.io7m.blueberry.TestState.Skipped
 
toXML(TestName) - Method in class com.io7m.blueberry.TestState.Succeeded
 
toXML(T) - Method in interface com.io7m.blueberry.ToXMLReportType
 
ToXMLReportType<T> - Interface in com.io7m.blueberry
The interface shared by types that appear in the XML reports.

V

valueOf(String) - Static method in enum com.io7m.blueberry.TestState.TestStateType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.io7m.blueberry.TestState.TestStateType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wantOutputEnvironment() - Method in class com.io7m.blueberry.TestReportConfig
 
wantOutputSystemProperties() - Method in class com.io7m.blueberry.TestReportConfig
 
write(int) - Method in class com.io7m.blueberry.StringBuilderOutputStream
 

X

XML_URI - Static variable in class com.io7m.blueberry.TestReportXMLVersion
The XML URI of reports.
B C E F G H I R S T V W X 
Skip navigation links

Copyright © 2017 <code@io7m.com> http://io7m.com