|
@@ -255,6 +255,7 @@ namespace WhiteTests
|
|
|
/// parses all whitelisted files and ensures no exceptions are thrown (parsing abortion, e.g. due to corrupted input files, are realized by throwing a FileImporterException)
|
|
|
/// </summary>
|
|
|
[TestMethod]
|
|
|
+ [TestCategory("FileIO")]
|
|
|
public void ParseSVGInputNoErrorForWhitelistedFilesTest()
|
|
|
{
|
|
|
FileImporter uut = new FileImporter();
|
|
@@ -283,6 +284,7 @@ namespace WhiteTests
|
|
|
/// parses all blacklisted files and ensures an instance of FileIporterException is thrown for each file, but no other exceptions occur
|
|
|
/// </summary>
|
|
|
[TestMethod]
|
|
|
+ [TestCategory("FileIO")]
|
|
|
public void ParseSVGInputNoErrorForBlacklistedFilesTest()
|
|
|
{
|
|
|
FileImporter uut = new FileImporter();
|