Dave Meehan

Results 55 issues of Dave Meehan

Xcode console emits the message: ``` Unbalanced calls to begin/end appearance transitions for ``` when this line is executed, when there is no existing snapshot on the disk (i.e. first...

`XCTestCase` supports the property `runsForEachTargetApplicationUIConfiguration` which will cause each test to be run in each of the apps supported orientations and color schemes/appearances. When using assertSnapshot on a view/view controller,...

👋 Hello! Thanks for contributing. Please use the template that matches your intention _I am..._ | ------------------------------------------------------------------------------------------------- | Reporting a bug or issue | ------------------------------------------------------------------------------------------------- NB: This is more for...

I've got a method I'm testing which has data and length parameters, where length can be zero or more. If I want to create an expectation and use is_equal_to_contents_of, I...

I have a function that takes the address of an int which can be NULL. When non-null, the function will write a value to the provided address. ``` void my_func(int...

``` expect( stub_func, will_return(1), ); ``` I'm finding myself writing expectations formatted like this because in my tests i can have multiple `when()` conditions and the line break makes it...

https://github.com/tastejs/todomvc/blob/4e301c7014093505dcf6678c8f97a5e8dee2d250/tests/page.js#L29 This is the code that selects the 'Toggle All' button. I've been writing some tests of my own against TodoMVC using WebdriverIO to make the element selections (I'm experimenting...

`map()`s callable receives two arguments, the value and its index. This makes using standard library functions like `trim` and `intval` problematic without wrapping them in an anonymous or arrow function...

I'm using JetBrains CLion as a development environment, with OpenOCD and GDB as the flash/debug toolchain. I have a custom board with STM32L082CZ, similar to the B-LR072-LRWAN1 board. I have...

Intention of this PR is to allow developers to build the LoRaMac sources as a static library for inclusion in their own projects. A separate directory is added to the...