Definition at line 84 of file MethodChannelTest.java.
◆ ByteBufferContentMatcher()
io.flutter.plugin.common.ByteBufferContentMatcher.ByteBufferContentMatcher |
( |
ByteBuffer |
expected | ) |
|
|
inline |
◆ matches()
boolean io.flutter.plugin.common.ByteBufferContentMatcher.matches |
( |
ByteBuffer |
received | ) |
|
|
inline |
Definition at line 92 of file MethodChannelTest.java.
92 {
93 expected.rewind();
94 received.rewind();
95 return received.equals(expected);
96 }
The documentation for this class was generated from the following file: