describe("SCInt16Array", function() {

    it("#valueOf", function() {
      var instance, test;
      var expected = new Int16Array([ 0, -1, 0 ]);