@@ -1,4 +1,7 @@
-// module( "CommonUtilities" );
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
function mergeParams( defaults, customParams ) {
@@ -1,3 +1,8 @@
+
module( "CmdAddObjectAndCmdRemoveObject" );
test( "Test CmdAddObject and CmdRemoveObject (Undo and Redo)", function() {
module( "CmdAddScript" );
test( "Test CmdAddScript (Undo and Redo)", function() {
module( "CmdMoveObject" );
test( "Test CmdMoveObject (Undo and Redo)", function() {
module( "CmdMultiCmds" );
test( "Test CmdMultiCmds (Undo and Redo)", function() {
module( "CmdRemoveScript" );
test( "Test CmdRemoveScript (Undo and Redo)", function() {
module( "CmdSetColor" );
test( "Test CmdSetColor (Undo and Redo)", function() {
module( "CmdSetGeometry" );
test( "Test CmdSetGeometry (Undo and Redo)", function() {
module( "CmdSetGeometryValue" );
test( "Test CmdSetGeometryValue (Undo and Redo)", function() {
module( "CmdSetMaterial" );
test( "Test for CmdSetMaterial (Undo and Redo)", function() {
module( "CmdSetMaterialColor" );
test( "Test for CmdSetMaterialColor (Undo and Redo)", function() {
module( "CmdSetMaterialMap" );
test( "Test for CmdSetMaterialMap (Undo and Redo)", function() {
module( "CmdSetMaterialValue" );
test( "Test for CmdSetMaterialValue (Undo and Redo)", function() {
module( "CmdSetPosition" );
test( "Test CmdSetPosition (Undo and Redo)", function() {
module( "CmdSetRotation" );
test( "Test CmdSetRotation (Undo and Redo)", function() {
module( "CmdSetScale" );
test( "Test CmdSetScale (Undo and Redo)", function() {
module( "TestCmdSetScene" );
test( "Test for CmdSetScene (Undo and Redo)", function() {
module( "CmdSetScriptValue" );
test( "Test CmdSetScriptValue for source (Undo and Redo)", function() {
module( "CmdSetUuid" );
test( "Test CmdSetUuid (Undo and Redo)", function() {
module( "CmdSetValue" );
test( "Test CmdSetValue (Undo and Redo)", function() {
module( "MassUndoAndRedo" );
test( "MassUndoAndRedo (stress test)", function() {
module( "NegativeCases" );
test( "Test unwanted situations ", function() {
module( "NestedDoUndoRedo" );
test( "Test nested Do's, Undo's and Redo's", function() {
module( "Serialization" );
test( "Test Serialization", function( assert ) {