Package org.zanata.service.impl.TranslationStateCacheImpl

Examples of org.zanata.service.impl.TranslationStateCacheImpl.DocumentLocaleKey


    public void testGetLastModifiedTextFlowTarget() throws Exception {
        // Given:
        Long documentId = new Long("100");
        LocaleId testLocaleId = LocaleId.DE;
        TranslationStateCacheImpl.DocumentLocaleKey key =
                new DocumentLocaleKey(documentId, testLocaleId);
        DocumentStatus docStats =
                new DocumentStatus(new DocumentId(documentId, ""), new Date(),
                        "");

        // When:
View Full Code Here

TOP

Related Classes of org.zanata.service.impl.TranslationStateCacheImpl.DocumentLocaleKey

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.