public class BinaryExceptionClassifierTests extends Object
Constructor and Description |
---|
BinaryExceptionClassifierTests() |
Modifier and Type | Method and Description |
---|---|
void |
testClassifyExactMatch() |
void |
testClassifyExactMatchInCause() |
void |
testClassifyNullIsDefault() |
void |
testClassifyRandomException() |
void |
testClassifySubclassMatchInCause() |
void |
testClassifySubclassMatchInCauseFalse() |
void |
testDefaultProvided() |
void |
testFalseIsDefault() |
void |
testTypesProvidedInConstructor() |
void |
testTypesProvidedInConstructorWithNonDefault() |
void |
testTypesProvidedInConstructorWithNonDefaultInCause() |
public void testClassifyNullIsDefault()
public void testFalseIsDefault()
public void testDefaultProvided()
public void testClassifyRandomException()
public void testClassifyExactMatch()
public void testClassifyExactMatchInCause()
public void testClassifySubclassMatchInCause()
public void testClassifySubclassMatchInCauseFalse()
public void testTypesProvidedInConstructor()
public void testTypesProvidedInConstructorWithNonDefault()
public void testTypesProvidedInConstructorWithNonDefaultInCause()
Copyright © 2014 SpringSource. All rights reserved.