Adding log.gd
This commit is contained in:
parent
eb32d6614e
commit
4522259397
547 changed files with 46844 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
class_name ExampleTestSuiteA
|
||||
extends GdUnitTestSuite
|
||||
|
||||
|
||||
func test_aa() -> void:
|
||||
pass
|
||||
|
||||
func test_ab() -> void:
|
||||
pass
|
||||
|
||||
func test_ac() -> void:
|
||||
pass
|
||||
|
||||
func test_ad() -> void:
|
||||
pass
|
||||
|
||||
func test_ae() -> void:
|
||||
pass
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
class_name ExampleTestSuiteB
|
||||
extends GdUnitTestSuite
|
||||
|
||||
|
||||
func test_ba() -> void:
|
||||
pass
|
||||
|
||||
func test_bb() -> void:
|
||||
pass
|
||||
|
||||
func test_bc() -> void:
|
||||
pass
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
class_name ExampleTestSuiteC
|
||||
extends GdUnitTestSuite
|
||||
|
||||
|
||||
func test_ca() -> void:
|
||||
pass
|
||||
|
||||
func test_cb() -> void:
|
||||
pass
|
||||
|
||||
func test_cc() -> void:
|
||||
pass
|
||||
|
||||
func test_cd() -> void:
|
||||
pass
|
||||
|
||||
func test_ce() -> void:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue