JUnit 4 and Eclipse Basics

แชร์
ฝัง

ความคิดเห็น • 4

  • @scottsteadham
    @scottsteadham 9 ปีที่แล้ว +1

    Thanks Cory. I learned a lot.

  • @benparker9193
    @benparker9193 7 ปีที่แล้ว

    Haven't used JUnit before, but shouldn't the test case for catching the exception be the catch clause of the try/catch block, that way if and only if an exception if caught, the test will fail? Good video though, learned a lot. Thanks!

  • @Turnpost2552
    @Turnpost2552 5 ปีที่แล้ว

    Did not teach the initial setup of the project?

  • @Eddie-gb3bn
    @Eddie-gb3bn 7 ปีที่แล้ว

    Cory, any way to have one test ignore the @Before setUp method?