File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11using System ;
22
3- namespace FlaxEngine . UnitTesting
3+ namespace FlaxCommunity . UnitTesting
44{
55 /// <summary>
66 /// Special type of exception that is used to terminate the test case early <seealso cref="Assert.Pass"/>
Original file line number Diff line number Diff line change 11using FlaxEditor ;
22using FlaxEditor . GUI ;
3+ using FlaxEngine ;
34using System ;
45using System . Collections . Generic ;
56using System . Linq ;
67using System . Reflection ;
8+ using FlaxCommunity . UnitTesting ;
79
8- namespace FlaxEngine . UnitTesting . Editor
10+ namespace FlaxCommunity . UnitTesting . Editor
911{
1012 public class TestRunner : EditorPlugin
1113 {
@@ -32,7 +34,6 @@ public override void InitializeEditor()
3234
3335 _mmBtn = Editor . UI . MainMenu . AddButton ( "Unit Tests" ) ;
3436 _mmBtn . ContextMenu . AddButton ( "Run unit tests" ) . Clicked += RunTests ;
35-
3637 }
3738
3839 public override void Deinitialize ( )
Original file line number Diff line number Diff line change 11#if ! FLAX_PLUGIN
2- using FlaxEngine . UnitTesting ;
2+ using FlaxCommunity . UnitTesting ;
33
44namespace UnitTests
55{
Original file line number Diff line number Diff line change 11using System ;
22
3- namespace FlaxEngine . UnitTesting
3+ namespace FlaxCommunity . UnitTesting
44{
55 /// <summary>
66 /// A test case
You can’t perform that action at this time.
0 commit comments