Skip to content
mgottein edited this page Jan 18, 2015 · 9 revisions
Authored by Matthew

Version 1.0

since 2.0

##test

private int test

Test description of variable

##main

public static void main(String[] args)

The main method

This is a longer description

More description

params

  • args - Arguments for the program asdfasdf google reareRRAREAREAR Test
  • garbage - this is garbabge Object#equals(Object) asdf Object

##test

public static <T extends Runnable, V super BufferedInputStream> V test(String[] something, T otherParam)

A test method

params

  • something - some arg
  • otherParam - another parameter

returns an integer

##test

public static int test(int i)

more testing

throws

  • RuntimeException if it feels like it
  • IllegalStateException when on the state

##test2

int test2(String nothing)

A second test method

params

  • nothing - Object#hashCode() nothing java.lang.Runnable#run() in Test particular Test

returns TEST Test


#interface Test1 an interface

Authored by Matthew

##run

public String run(String str)

params

  • str - a string

returns another string


#class Test2

##field

private int field

some field


#class Test3

##test

public void test(int i)

some method

params

  • i - an integer
Clone this wiki locally