Home | History | Annotate | Download | only in internal
      1 /*
      2  * Copyright (c) 2007 Mockito contributors
      3  * This program is made available under the terms of the MIT License.
      4  */
      5 
      6 /**
      7  * Those unit tests exercise internals of Mockito but they are kept in {@link org.mockitousage} in order to have stack traces clean
      8  * (stack traces are cleaned based on package)
      9  */
     10 package org.mockitousage.internal;
     11