Lasse Bergström

Avatar
  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5
  • Created

    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...
    • 12 followers
    • 8 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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 .. ...
    • 2 followers
    • 1 comment
    • 2 votes