Add inital TextEdit UnitTests

This commit is contained in:
Paulb23 2022-04-22 17:53:58 +01:00
parent 7f62a74927
commit c1d445f1e5
2 changed files with 3508 additions and 0 deletions

3507
tests/scene/test_text_edit.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -76,6 +76,7 @@
#include "tests/scene/test_curve.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_text_edit.h"
#include "tests/servers/test_text_server.h"
#include "tests/test_validate_testing.h"