public class InstrumentationArgumentParserTest extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.ExpectedException |
expectedException |
Constructor and Description |
---|
InstrumentationArgumentParserTest() |
Modifier and Type | Method and Description |
---|---|
void |
empty_pair_should_throw_IllegalArgumentException() |
void |
missing_value_should_throw_IllegalArgumentException() |
void |
should_parse_values_with_space_character() |
void |
should_return_an_empty_map_for_null_list() |
void |
two_flat_args_should_be_parsed_into_two_key_value_pairs() |
public void should_return_an_empty_map_for_null_list()
public void two_flat_args_should_be_parsed_into_two_key_value_pairs()
public void should_parse_values_with_space_character()
public void missing_value_should_throw_IllegalArgumentException()
public void empty_pair_should_throw_IllegalArgumentException()
Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.