public class ProfilesConfigFileWriterTest extends Object
| Constructor and Description | 
|---|
| ProfilesConfigFileWriterTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | testDeleteProfile() | 
| void | testDumpToFile() | 
| void | testInPlaceModificationErrorHandling()Tests that the original credentials file is properly restored if the
 in-place modification fails with error. | 
| void | testInsertProfile() | 
| void | testModifyAndInsertProfile_WithComments()Tests that comments and unsupported properties are preserved after
 profile modification. | 
| void | testModifyAndInsertProfile() | 
| void | testModifyProfile() | 
| void | testRenameProfile() | 
public void testDumpToFile()
                    throws IOException
IOExceptionpublic void testModifyProfile()
                       throws IOException
IOExceptionpublic void testInsertProfile()
                       throws IOException
IOExceptionpublic void testModifyAndInsertProfile()
                                throws IOException
IOExceptionpublic void testModifyAndInsertProfile_WithComments()
                                             throws IOException,
                                                    URISyntaxException
URISyntaxExceptionIOExceptionpublic void testRenameProfile()
                       throws IOException
IOExceptionpublic void testDeleteProfile()
                       throws IOException
IOExceptionpublic void testInPlaceModificationErrorHandling()
                                          throws IOException
IOExceptionCopyright © 2020. All rights reserved.