KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > facelets > BrokenTestCase


1 package com.sun.facelets;
2
3 public class BrokenTestCase extends FaceletTestCase {
4
5     public void testBroken() throws Exception JavaDoc {
6         
7     }
8
9 }
10
Popular Tags