Class MazeWasmInteropWasmerTestFromBytes
This class contains the Wasmer MazeWasmInterop.ConnectionType xUnit unit tests
for the MazeWasmInterop class, where the interop is initialized using WebAssembly bytes passed to it in the constructor.
Inherited Members
Namespace: Maze.Wasm.Interop.Tests
Assembly: Maze.Wasm.Interop.Tests.dll
Syntax
public class MazeWasmInteropWasmerTestFromBytes : MazeWasmInteropTestBase
Constructors
MazeWasmInteropWasmerTestFromBytes()
This class contains the Wasmer MazeWasmInterop.ConnectionType xUnit unit
tests, where the interop is initialized using WebAssembly bytes passed to it in the constructor.
Declaration
public MazeWasmInteropWasmerTestFromBytes()
Methods
GetInterop()
Returns the MazeWasmInterop instance to be used for the tests
Declaration
protected override MazeWasmInterop GetInterop()
Returns
| Type | Description |
|---|---|
| MazeWasmInterop | MazeWasmInterop instance |