Tweaks to tests
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "Engine/Core/Types/StringView.h"
|
||||
#include <ThirdParty/catch2/catch.hpp>
|
||||
|
||||
TEST_CASE("String Replace works")
|
||||
TEST_CASE("String Replace")
|
||||
{
|
||||
SECTION("Char, case sensitive")
|
||||
{
|
||||
@@ -79,7 +79,7 @@ TEST_CASE("String Replace works")
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("String Starts/EndsWith works")
|
||||
TEST_CASE("String Starts/EndsWith")
|
||||
{
|
||||
SECTION("StartsWith, case sensitive")
|
||||
{
|
||||
@@ -222,7 +222,7 @@ TEST_CASE("String Starts/EndsWith works")
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("String Compare works")
|
||||
TEST_CASE("String Compare")
|
||||
{
|
||||
SECTION("String")
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ using Assert = FlaxEngine.Assertions.Assert;
|
||||
namespace FlaxEngine.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class CircularBufferTests
|
||||
public class TestsCircularBuffer
|
||||
{
|
||||
[Test]
|
||||
public void CircularBufferTestFrontOverwrite()
|
||||
@@ -7,7 +7,7 @@ using Assert = FlaxEngine.Assertions.Assert;
|
||||
namespace FlaxEngine.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class TextControl
|
||||
public class TestControl
|
||||
{
|
||||
public class SimpleControl : Control
|
||||
{
|
||||
@@ -8,7 +8,7 @@ using Assert = FlaxEngine.Assertions.Assert;
|
||||
namespace FlaxEditor.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class HistoryStackTests
|
||||
public class TestHistoryStack
|
||||
{
|
||||
public class HistoryTestObject : IHistoryAction
|
||||
{
|
||||
@@ -7,7 +7,7 @@ using Assert = FlaxEngine.Assertions.Assert;
|
||||
namespace FlaxEditor.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class UndoTests
|
||||
public class TestUndo
|
||||
{
|
||||
[Serializable]
|
||||
public class UndoObject
|
||||
Reference in New Issue
Block a user