~ubuntu-branches/ubuntu/lucid/libswingx-java/lucid

« back to all changes in this revision

Viewing changes to src/test/org/jdesktop/swingx/painter/effects/AllEffectTest.java

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2009-12-30 21:58:46 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091230215846-k1ndl4vhrkxk3wsp
Tags: 1:1.6-1
* New upstream release.
  - remove debian/patches/swingworker.diff (merged upstream)
  - update debian/patches/pom.diff
* Depends on java6-runtime-headless as we build java6 bytecode

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package org.jdesktop.swingx.painter.effects;
2
2
 
 
3
import static org.junit.Assert.assertEquals;
 
4
import static org.junit.Assert.assertFalse;
 
5
import static org.junit.Assert.assertTrue;
 
6
 
3
7
import java.awt.Color;
4
8
import java.awt.Point;
5
9
 
6
10
import org.junit.Test;
7
 
import static org.junit.Assert.*;
 
11
import org.junit.runner.RunWith;
 
12
import org.junit.runners.JUnit4;
8
13
 
9
14
 
10
15
/**
12
17
 * @author had
13
18
 *
14
19
 */
 
20
@RunWith(JUnit4.class)
15
21
public class AllEffectTest {
16
22
 
17
23
    @Test