FairMQChannel: Refactor, moving short methods to header

This commit is contained in:
Alexey Rybalchenko
2020-09-22 11:37:05 +02:00
committed by Dennis Klein
parent 120760da0a
commit 6699711e17
5 changed files with 116 additions and 280 deletions

View File

@@ -88,7 +88,7 @@ TEST(Channel, Validation)
channel2.UpdateName("Kanal");
ASSERT_EQ(channel2.GetName(), "Kanal");
channel2.ResetChannel();
channel2.Invalidate();
ASSERT_EQ(channel2.IsValid(), false);
ASSERT_EQ(channel2.Validate(), true);
}