@UnitTest public class GroupScriptFileTest extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EMPTY_STRING |
static java.lang.String |
INVALID_SCRIPT_GROUP |
static java.lang.String |
MAP_ID_1 |
static java.lang.String |
MAP_ID_2 |
static java.lang.String |
TEST_JS |
| Constructor and Description |
|---|
GroupScriptFileTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalid_script_group_throws_exception() |
void |
more_than_one_SingleJavaScriptFile_for_group_throws_exception() |
void |
non_existant_getScriptGroupType_parameter_throws_exception() |
void |
null_getScriptGroupType_parameter_throws_exception() |
void |
null_setGroup_paramater_throws_exception() |
void |
setSrc_method_called_in_GroupScriptFile_class() |
void |
zero_length_setGroup_paramater_throws_exception() |
public static final java.lang.String TEST_JS
public static final java.lang.String MAP_ID_1
public static final java.lang.String MAP_ID_2
public static final java.lang.String INVALID_SCRIPT_GROUP
public static final java.lang.String EMPTY_STRING
public void null_setGroup_paramater_throws_exception()
public void zero_length_setGroup_paramater_throws_exception()
public void null_getScriptGroupType_parameter_throws_exception()
public void non_existant_getScriptGroupType_parameter_throws_exception()
public void invalid_script_group_throws_exception()
public void more_than_one_SingleJavaScriptFile_for_group_throws_exception()
public void setSrc_method_called_in_GroupScriptFile_class()
Copyright © 2018 SAP SE. All Rights Reserved.