File tree Expand file tree Collapse file tree
pkg/ddc/base/portallocator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,15 @@ import (
99
1010// TestPortallocator runs the port allocator test suite
1111// Description:
12- // This function serves as the entry point for the Ginkgo test framework to execute all test cases
13- // related to the port allocator. It registers the Ginkgo fail handler via RegisterFailHandler
14- // and starts the test suite using RunSpecs.
12+ //
13+ // This function serves as the entry point for the Ginkgo test framework to execute all test cases
14+ // related to the port allocator. It registers the Ginkgo fail handler via RegisterFailHandler
15+ // and starts the test suite using RunSpecs.
16+ //
1517// Parameters:
16- // t *testing.T - The standard Go testing object used to control test execution flow
18+ //
19+ // t *testing.T - The standard Go testing object used to control test execution flow
20+ //
1721// Returns: no return value
1822func TestPortallocator (t * testing.T ) {
1923 RegisterFailHandler (Fail )
You can’t perform that action at this time.
0 commit comments