Added tests for write, and added tests/implementation of operator==. Also added implementation of FillChannel()
This commit is contained in:
@@ -37,7 +37,7 @@ TEST_CASE(__FILE__"/RuntimeErrorOnUninitialized", "[Uninitialized]")
|
||||
);
|
||||
|
||||
REQUIRE_THROWS_AS(
|
||||
bmp.GetNumColorChannels()
|
||||
bmp.GetNumChannels()
|
||||
, std::runtime_error
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user