Hi,
Anyone have suggestion for writing test cases (best practices ) for client
server communication.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nut
Currently, we do not have pure Test Classes defined by us. We are using
Golang specific Test Class structure. Each FILENAME_test.go will have its
own test class under "Golang Test".
I'm trying to define a pure Test Classes. how can do that?
--
You received this message because you are subscrib
There will be an issue if we have test cases with larger delay. If one test
case executed, then the following has larger execution time , then the
whole test framework will fail. Im trying to define a test class to handle
these kinds of issues.
--
You received this message because you are subs