# AssetRipper.Tools.SystemTester This is an automated system testing program. ## File Structure ``` Bins |--Tests | |--2019.4.3 //just an example | | |--Test1Name | | | |--Input | | | | |-- any files or folders to be processed | | | |--Output | | | | |-- the test output | | |--Test2Name | | | |--Input | | | | |-- any files or folders to be processed | | | |--Output | | | | |-- the test output | |--2020.2.0 //just an example | | |--Test3Name | | | |--Input | | | | |-- any files or folders to be processed | | | |--Output | | | | |-- the test output | | |--Test4Name | | | |--Input | | | | |-- any files or folders to be processed | | | |--Output | | | | |-- the test output | | |--Test5Name | | | |--Input | | | | |-- any files or folders to be processed | | | |--Output | | | | |-- the test output ```