1 package com.fasterxml.jackson.annotation; 2 3 import junit.framework.TestCase; 4 5 public abstract class TestBase extends TestCase 6 { 7 } 8