Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1012

org.junit.Assume API not working

XMLWordPrintable

    • Hide

      @RunWith(Arquillian.class)
      org.junit.Assume.assertNonNull(null)

      Show
      @RunWith(Arquillian.class) org.junit.Assume.assertNonNull(null)
    • Workaround Exists
    • Hide

      use JUnit Assert statements.

      Show
      use JUnit Assert statements.

      Hi,

      my test classes are annotated with @RunWith(Arquillian.class)

      I try to use the newer JUnit org.junit.Assume API.
      The problem ist, that the outcome of the test seems to be ignored, e.g. org.junit.Assume.assertNonNull does not fail and throws an exception.

            aslak@redhat.com Aslak Knutsen
            k-o-1 Karsten Ohme (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: