public class YamlUtilsTest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
YamlUtilsTest
public YamlUtilsTest()
-
Method Details
-
testLoadYaml_repos_001
@Test
public void testLoadYaml_repos_001()
throws
Exception
- Throws:
Exception
-
testLoadYaml_sorted_already
@Test
public void testLoadYaml_sorted_already()
throws
Exception
- Throws:
Exception
-
testLoadYaml_sorted_reversed
@Test
public void testLoadYaml_sorted_reversed()
throws
Exception
- Throws:
Exception
-
testLoadYaml_doubleQuoted_value
@Test
public void testLoadYaml_doubleQuoted_value()
throws
Exception
- Throws:
Exception
-
testLoadYaml_singleQuoted_value
@Test
public void testLoadYaml_singleQuoted_value()
throws
Exception
- Throws:
Exception
-
testLoadYaml_singleQuoted_value_plus_trailing_text
@Test
public void testLoadYaml_singleQuoted_value_plus_trailing_text()
throws
Exception
- Throws:
Exception
-
testLoadYaml_singleQuoted_value_plus_trailing_text_and_spaces
@Test
public void testLoadYaml_singleQuoted_value_plus_trailing_text_and_spaces()
throws
Exception
- Throws:
Exception
-
testLoadYaml_singleQuote_in_value
@Test
public void testLoadYaml_singleQuote_in_value()
throws
Exception
- Throws:
Exception
-
-
-
testLoadYaml_asBoolean_asString
@Test
public void testLoadYaml_asBoolean_asString()
throws
Exception
- Throws:
Exception
-
testLoadYaml_1024
@Test
public void testLoadYaml_1024()
throws
Exception
- Throws:
Exception
-
test_array_with_spaces
@Test
public void test_array_with_spaces()
throws
Exception
- Throws:
Exception
-
test_array_with_hyphens
@Test
public void test_array_with_hyphens()
throws
Exception
- Throws:
Exception
-
test_array_with_brackets
@Test
public void test_array_with_brackets()
throws
Exception
- Throws:
Exception
-
test_array_indents
@Test
public void test_array_indents()
throws
Exception
- Throws:
Exception
-
test_map_value_with_comma
@Test
public void test_map_value_with_comma()
throws
Exception
- Throws:
Exception