31 package com.google.protobuf;
33 import junit.framework.TestCase;
46 assertEquals(1,
location.getColumn());
52 fail(
"Should throw IllegalArgumentException if line is less than 0");
53 }
catch (IllegalArgumentException unused) {
58 fail(
"Should throw, column < 0");
59 }
catch (IllegalArgumentException unused) {
79 assertEquals(loc0, loc3);
80 assertNotSame(loc0, loc1);
81 assertNotSame(loc0, loc2);
82 assertNotSame(loc1, loc2);