Lasse Bergström

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Lasse Bergström commented, -
-
Lasse Bergström commented, -
Lasse Bergström created a post, IDEA13 "Class not found:" when running an ordinary grails unit test
Hi,I am using IntelliJ 13.0.1I have a simple unit test in Grails.@TestFor(Verse)class VerseTests { void testSomething() { fail "Implement me" }} When I run it as a JUnit test it fails w... -
Lasse Bergström commented, -
Lasse Bergström created a post, Attach sources not working in 12.1.4
Hi,I am currently using IntelliJ 12.1.4 on Mac OS X 10.8.4I want to browse and debug the code with a library that has sources-jar in the local maven repository.I have tried clicking the download so... -
Lasse Bergström created a post, Revert inspection settings
Hi,I had some warning on a variable declarated in a test annotated with mockito @Mock.I had a yellow lightbulb in the margin and it suggested me that I could turn off this inspection.I did that .. ...