18 lines
209 B
Text
18 lines
209 B
Text
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
|