MCPcopy Create free account
hub / github.com/bwapi/bwapi / TEST_CLASS

Function TEST_CLASS

bwapi/BWAPICoreTest/APMCounterTest.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace BWAPITest
10{
11 TEST_CLASS(APMCounterTest)
12 {
13 public:
14 TEST_METHOD(APMCounterCtorDefault)
15 {
16 APMCounter counter;
17 Assert::AreEqual(0, counter.apm(true));
18 Assert::AreEqual(0, counter.apm(false));
19 }
20 TEST_METHOD(APMCounterReflects204APM)
21 {
22 APMCounter counter;

Callers

nothing calls this directly

Calls 1

apmMethod · 0.80

Tested by

no test coverage detected