A C E G I J L O R S T V 

A

AllLogRule - Class in org.xwiki.test
Allow capturing Logs output during the execution of the unit test.
AllLogRule() - Constructor for class org.xwiki.test.AllLogRule
Capture INFO log.
AllLogRule(LogRule.LogLevel) - Constructor for class org.xwiki.test.AllLogRule
Caputure passed log level.
AllLogRule.LogStatement - Class in org.xwiki.test
The actual code that executes our capturing logic before the test runs and removes it after it has run.
AllLogRule.LogStatement(Statement) - Constructor for class org.xwiki.test.AllLogRule.LogStatement
 
apply(Statement, Description) - Method in class org.xwiki.test.AllLogRule
 
apply(Statement, FrameworkMethod, Object) - Method in class org.xwiki.test.jmock.JMockRule
Deprecated.
 
apply(Statement, Description) - Method in class org.xwiki.test.LogRule
Deprecated.
 

C

CaptureConsoleRunListener - Class in org.xwiki.test
Captures any content sent to stdout/stderr by the unit tests and report a failure if the content is not empty.
CaptureConsoleRunListener() - Constructor for class org.xwiki.test.CaptureConsoleRunListener
 
contains(String) - Method in class org.xwiki.test.LogRule
Deprecated.
 

E

evaluate() - Method in class org.xwiki.test.AllLogRule.LogStatement
 
evaluate() - Method in class org.xwiki.test.LogRule.LogStatement
Deprecated.
 

G

getLevel() - Method in enum org.xwiki.test.LogRule.LogLevel
Deprecated.
 
getMarker(int) - Method in class org.xwiki.test.AllLogRule
 
getMarker(int) - Method in class org.xwiki.test.LogRule
Deprecated.
 
getMessage(int) - Method in class org.xwiki.test.AllLogRule
 
getMessage(int) - Method in class org.xwiki.test.LogRule
Deprecated.
 

I

IsolatedClassPrefix - Annotation Type in org.xwiki.test.isolation
Define for a test class @RunWith(IsolatedTestRunner.class), the list of class prefix that will be isolated.
IsolatedTestRunner - Class in org.xwiki.test.isolation
Specialized JUnit4 runner to isolate some classes during the execution of a test class.
IsolatedTestRunner(Class<?>) - Constructor for class org.xwiki.test.isolation.IsolatedTestRunner
Creates a BlockJUnit4ClassRunner to run clazz.

J

JMockRule - Class in org.xwiki.test.jmock
Deprecated.
we're now standardizing on Mockito, use Mockito instead!
JMockRule() - Constructor for class org.xwiki.test.jmock.JMockRule
Deprecated.
 

L

LogRule - Class in org.xwiki.test
Deprecated.
starting with 7.0M1 you should use AllLogRule instead since we want tests to not output anything to the console
LogRule() - Constructor for class org.xwiki.test.LogRule
Deprecated.
 
LogRule.LogLevel - Enum in org.xwiki.test
Deprecated.
Helper class to represent Logging levels to capture.
LogRule.LogStatement - Class in org.xwiki.test
Deprecated.
The actual code that executes our capturing logic before the test runs and removes it after it has run.
LogRule.LogStatement(Statement) - Constructor for class org.xwiki.test.LogRule.LogStatement
Deprecated.
 

O

org.xwiki.test - package org.xwiki.test
 
org.xwiki.test.isolation - package org.xwiki.test.isolation
 
org.xwiki.test.jmock - package org.xwiki.test.jmock
 

R

record(LogRule.LogLevel) - Method in class org.xwiki.test.LogRule
Deprecated.
 
recordLoggingForType(Class<?>) - Method in class org.xwiki.test.LogRule
Deprecated.
 

S

size() - Method in class org.xwiki.test.AllLogRule
 
size() - Method in class org.xwiki.test.LogRule
Deprecated.
 

T

testAssumptionFailure(Failure) - Method in class org.xwiki.test.CaptureConsoleRunListener
 
testFailure(Failure) - Method in class org.xwiki.test.CaptureConsoleRunListener
 
testRunFinished(Result) - Method in class org.xwiki.test.CaptureConsoleRunListener
 
testRunStarted(Description) - Method in class org.xwiki.test.CaptureConsoleRunListener
 

V

valueOf(String) - Static method in enum org.xwiki.test.LogRule.LogLevel
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.test.LogRule.LogLevel
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G I J L O R S T V 

Copyright © 2004–2015 XWiki. All rights reserved.