TODO: implement unit testing

This commit is contained in:
SiboVG 2023-04-01 10:06:31 +02:00
parent 7cad04653d
commit 153bd9ebf9
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package net.sf.openrocket.file.rasaero.export;
public class RASAeroMotorExportTest {
// TODO: check correct name after export
// TODO: check 0-delay motors (should have -0 suffix)
}

View File

@ -0,0 +1,7 @@
package net.sf.openrocket.file.rasaero.export;
public class RASAeroSaverTest {
// TODO: export a complex design
// TODO: check recovery
// TODO: check sims (including weights and CG)
}