AssetRipper_AssetRipper/Source/AssetRipper.Tools.SystemTester
Jeremy Pritts 85172b7393
File system improvements (#1936)
* WIP file system improvements

* Switch to a hierarchial virtual file system

* EnumerateFiles and EnumerateDirectories

* Change import code to use FileSystem

* Use FileSystem when loading assemblies

* Use FileSystem in MonoManager initialization

* Remove set method for PlatformGameStructure::RootPath

* Renaming cleanup
2025-09-13 15:17:41 -07:00
..

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