-
I've seen the suggestion here: https://github.com/qunitjs/qunit/issues/1419#issuecomment-561739486, but it seems that this is no longer viable due to properties on QUnit being read-only.
This has b…
-
I'm not pushing here at all. Added here as commenting on closed issue not ideal.
Please close if invalid.
Comment text on #300 below
===
Hey there! I wonder if the fix in #322 fixes the …
-
### What Happened
I use the junit and xml coverage output from Pest for [Infection](https://github.com/infection/infection).
This has been working until Pest 2.32.0 where [junit support was added …
-
It's already possible to write nearly that by using `apply`:
```
assertThat(foo).apply {
isNotNull()
isNotEqualTo(bar)
}
```
Might it be worth a shortcut? Anecdotes welcome.
-
Hi guys,
I've been looking at the tests we have so far and I spotted few things which I believe we should address any time soon to avoid confusion in the future.
- We have at least 3 different ways f…
-
### Description
BeXmlSerializable creates a clone using XmlSerializer. XmlSerializer ignores members marked by XmlIgnoreAttribute.
The resulting clone is compared with the original. But this compa…
-
Project : bizpay
Job : Default
Env : Default
Category : Unsecured
Tags : [ OWASP - OTG-AUTHN-002, FX Top 10 - API Vulnerability]
Severity : Major
Region : FXLabs/US_WEST_1
Result …
-
PHPUnit's asserts (and all asserts provided by Symfony) allow you to specify a custom failure message as last argument. This gives you the possibility to add some more context to an otherwise vague er…
-
When using stub:withBlock: to stub a class method on a class mock, the block is called with an empty parameter array.
The following method is declared in ExampleClass:
```
+ (void)voidClassMethodWit…
-
Code:
```rust
#[derive(PartialEq)]
struct Foo {
x: Option,
}
```
Output:
```
$ charon
Compiling peq v0.1.0 (/home/ubuntu/examples/aeneas/peq)
[ INFO charon_driver::export:106] [gex…