|
You are here |
imalittletester.com | ||
| | | | |
pmig96.wordpress.com
|
|
| | | | | When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has.... | |
| | | | |
mrslavchev.com
|
|
| | | | | A short demonstration how to randomize test execution in order to improve test isolation and the ability of tests to run independently. | |
| | | | |
codingcraftsman.wordpress.com
|
|
| | | | | One of my more popular posts on this site is on how to use Mockito to mock logging. Testing that the logged output is as expected seems to be on the cusp of a good/bad idea. Is the logged output the intended behaviour of the application? or is it an implementation detail that you're just... | |
| | | | |
guido.io
|
|
| | | How to embed WebAssembly wasm source as base64 in Javascript. | ||