见欢

Results 3 comments of 见欢

> @bugVanisher - I've tinkered with this idea a few times but I've always come back to just putting code before & after `gunit.Run`, something like this: > > ```...

this is a testcase in my project, the InitRoom/StartLiving/Release etc. are the basic functions in MMCHelper. ``` func TestCoverAutoPlayNoTranscode(t *testing.T) { gunit.Run(new(CoverAutoPlayNoTranscode), t, gunit.Options.SequentialTestCases()) } type CoverAutoPlayNoTranscode struct { MMCHelper...

> Ok, so you need access to state on the fixture. I no longer maintain this repository so if this PR is not accepted you might try another similar library...