Skip to content

Instantly share code, notes, and snippets.

@jbclements
jbclements / Testing.java
Created April 18, 2012 03:20
shuffled 02
package edu.calpoly.cpe102sp12;
import static org.junit.Assert.*;
import org.bukkit.Material;
import org.junit.Test;
public class Testing
{
TestingWorld world = new TestingWorld(45, 45, 45);
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:21
shuffled 03
package edu.calpoly.cpe102sp12;
import static org.junit.Assert.*;
import org.bukkit.Material;
import org.junit.Test;
public class Testing
{
@Test
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:22
shuffled 04
package edu.calpoly.cpe102sp12;
import static org.junit.Assert.*;
import org.bukkit.Material;
import org.junit.Test;
public class Testing {
@Test
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:23
shuffled 05
package edu.calpoly.cpe102sp12;
import static org.junit.Assert.assertEquals;
import org.bukkit.Material;
import org.junit.Test;
public class Testing {
@Test
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:24
shuffled 06
package edu.calpoly.cpe102sp12;
import org.bukkit.Material;
import static org.junit.Assert.*;
import org.junit.Test;
public class Testing {
@Test
public void test() {
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:25
shuffled 07
package edu.calpoly.cpe102sp12;
import static org.junit.Assert.*;
import org.bukkit.*;
import org.junit.Test;
public class Testing {
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:26
shuffled 08
package edu.calpoly.cpe102sp12;
import static org.junit.Assert.*;
import org.bukkit.Material;
import org.junit.Test;
public class Testing {
@Test
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:26
shuffled 09
package edu.calpoly.cpe102sp12;
import org.bukkit.Material;
import org.bukkit.World;
import org.junit.Test;
import static org.junit.Assert.*;
public class Testing {
TestingWorld thing;{
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:27
shuffled 10
package edu.calpoly.cpe102sp12;
import static org.junit.Assert.*;
import org.bukkit.Material;
import org.junit.Test;
public class Testing {
@Test
public void myTest(){
@jbclements
jbclements / Testing.java
Created April 18, 2012 03:29
shuffled 11
package edu.calpoly.cpe102sp12;
import org.bukkit.Material;
import org.junit.Test;
import static org.junit.Assert.*;
public class Testing {
@Test
public void test(){
//Testing scale()