public class BuildPropertiesImplTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
BuildPropertiesImplTest.SortedProperties
Simulate Properties with different key/entry iteration order in different JDKs.
|
| Constructor and Description |
|---|
BuildPropertiesImplTest() |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Properties |
readProperties(java.io.File propsFile) |
void |
testKeyOrderIsStable() |
void |
testNoBuildPropertiesFileFound() |
void |
testSupportedKeys() |
public void testSupportedKeys()
throws java.io.IOException
java.io.IOExceptionpublic void testKeyOrderIsStable()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoBuildPropertiesFileFound()
throws java.lang.Exception
java.lang.Exceptionprivate static java.util.Properties readProperties(java.io.File propsFile)
throws java.io.IOException
java.io.IOException