Taro L. Saito

Results 287 comments of Taro L. Saito

It looks like a bug of ScalaMock as LogSupport.logAt is just a protected-def macro. Generally speaking, mock implementation should not override any def-macros, which will be expanded at compile time.

For example, mockit has no such issue: ```scala leo@TD-0504:~/work/git/airframe> amm [18:46:00 Oct 24 2019] Loading... Welcome to the Ammonite Repl 1.6.9 (Scala 2.12.8 Java 11.0.4) If you like Ammonite, please...

If we add this, `${ENV_VAR:(default value if env is missing)}` is necessary to use the default value

Initiated a discussion at IntelliJ Scala community: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004964679-Adding-a-support-for-AirSpec-a-new-testing-framework-for-Scala-and-Scala-js

Got a response from IntelliJ team, and we would start from creating a standalone plugin.

For whom visited this ticket. AirSpecLauncher can be used for running unit tests in debug mode. Here is an example launcher configuration in IntelliJ: ![image](https://user-images.githubusercontent.com/57538/194951400-db316925-7ee7-48d6-bc7b-08cbd989cdf5.png)

@Pritesh-Patel I tried to implement this at this branch https://github.com/xerial/airframe/tree/css-tags, but it looks a bit complicated. I'll revisit this enhancement later. So far, simply setting css style is not so...