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.IOException
public void testKeyOrderIsStable() throws java.lang.Exception
java.lang.Exception
public void testNoBuildPropertiesFileFound() throws java.lang.Exception
java.lang.Exception
private static java.util.Properties readProperties(java.io.File propsFile) throws java.io.IOException
java.io.IOException