mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-07 17:44:34 +00:00
[AB-73] adding different feature modes to define whether or not certain actions should be logged, changing name of setup, disable and enable command to show that they are supposed to be for features
This commit is contained in:
@@ -24,7 +24,7 @@ import java.util.Arrays;
|
||||
import static org.mockito.Mockito.*;
|
||||
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
public class DisableModeTest {
|
||||
public class DisableFeatureModeTest {
|
||||
|
||||
@InjectMocks
|
||||
private DisableMode testUnit;
|
||||
@@ -26,7 +26,7 @@ import static org.mockito.Mockito.when;
|
||||
|
||||
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
public class EnableModeTest {
|
||||
public class EnableFeatureModeTest {
|
||||
|
||||
@InjectMocks
|
||||
private EnableMode testUnit;
|
||||
Reference in New Issue
Block a user