We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca9110 commit f3c5004Copy full SHA for f3c5004
tests/xtd.core.unit_tests/src/xtd/io/tests/memory_stream_tests.cpp
@@ -10,6 +10,10 @@ using namespace xtd::tunit;
10
11
namespace xtd::io::tests {
12
class test_class_(memory_stream_tests) {
13
+ void test_method_(memory_buffer) {
14
+ assert::are_equal(typeof_<std::stringbuf>(), typeof_<memory_stream::memory_buffer>());
15
+ }
16
+
17
void test_method_(create_memory_stream) {
18
auto stream = memory_stream {};
19
assert::is_true(stream.can_read());
0 commit comments