Hello, I think we could create an extension for atoum with specific assert like ``` $this->option($this->newTestedInstance->someValue())->isSome; $this->option($this->newTestedInstance->someValue())->isNone; $this->option($this->newTestedInstance->someValue())->isSome->boolean->isTrue; // ... ```
Hello,
I think we could create an extension for atoum with specific assert like