SpiecsEngine
 
Loading...
Searching...
No Matches

◆ TEST_F() [2/72]

SpicesTest::TEST_F ( Delegate_test ,
Broadcast  )

Testing if broadcast successfully.

Definition at line 177 of file Delegate_test.h.

177 {
178
180
181 DelegateFuncTest funcTestClass;
182
183 test2.Bind(std::bind(&DelegateFuncTest::Test0, &funcTestClass, std::placeholders::_1, std::placeholders::_2));
184 test2.Broadcast(1, 10);
185
186 EXPECT_EQ(test2.size(), 1);
187 EXPECT_EQ(test2.empty(), false);
188 }
#define SPICESTEST_PROFILE_FUNCTION()
Test Function Class.