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
Exception
public void shouldFailToCreateSpyWhenInstanceIsNull() throws Exception
Exception
public void shouldSkipCreateMockComponentForFinalType() throws Exception
Exception
public void shouldSkipCreateMockComponentForPrimitiveType() throws Exception
Exception
public void shouldSkipCreateSpyComponentForFinal() throws Exception
Exception
Copyright © 2014. All rights reserved.