JAL-3518 pull up [get|list]ResidueAttributes to StructureCommandsI
[jalview.git] / test / jalview / ext / rbvi / chimera / ChimeraXCommandsTest.java
index c1fa528..f677cab 100644 (file)
@@ -354,4 +354,11 @@ public class ChimeraXCommandsTest
     assertEquals(cmds.get(0), new StructureCommand("info notify stop models jalview"));
     assertEquals(cmds.get(1), new StructureCommand("info notify stop selection jalview"));
   }
+
+  @Test(groups = "Functional")
+  public void testListResidueAttributes()
+  {
+    assertEquals(testee.listResidueAttributes(),
+            new StructureCommand("info resattr"));
+  }
 }