public class MockitoProviderTest extends Object
| Constructor and Description |
|---|
MockitoProviderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldCreateMockComponent() |
void |
shouldCreateSpyComponent() |
void |
shouldFailToCreateSpyWhenInstanceIsNull() |
void |
shouldSkipCreateMockComponentForFinalType() |
void |
shouldSkipCreateMockComponentForPrimitiveType() |
void |
shouldSkipCreateSpyComponentForFinal() |
void |
shouldSkipCreateSpyComponentForPrimitive() |
public void shouldCreateMockComponent()
throws Exception
Exceptionpublic void shouldFailToCreateSpyWhenInstanceIsNull()
throws Exception
Exceptionpublic void shouldSkipCreateMockComponentForFinalType()
throws Exception
Exceptionpublic void shouldSkipCreateMockComponentForPrimitiveType()
throws Exception
Exceptionpublic void shouldSkipCreateSpyComponentForFinal()
throws Exception
ExceptionCopyright © 2014. All rights reserved.