/*! * This module constains utilities used by the AsqlTokenImpl test suite. */ import { AsqlTokenType } from '../../../src/com/asteria/japet/lang/AsqlTokenType'; // Utilities: export const CLASS_NAME: string = 'com.asteria.japet.core::AsqlTokenImpl'; export const TYPE: AsqlTokenType = AsqlTokenType.OPERAND export const VALUE: string = 'test';