All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.astamuse.asta4d.render.test.TestableRendering Maven / Gradle / Ivy

Go to download

core functionalities of asta4d framework, including template and snippt implemention

There is a newer version: 1.2-M2
Show newest version
package com.astamuse.asta4d.render.test;

import com.astamuse.asta4d.render.ElementSetter;
import com.astamuse.asta4d.render.transformer.Transformer;

/**
 * This interface is used by {@link RendererTester} to retrieve the testable data from a {@link Transformer}.
* * A content that passed to transformer can implement this interface too. Especially for customized implementations of {@link ElementSetter} * , implementing this interface can afford better testability. * * @author e-ryu * */ public interface TestableRendering { /** * return a testable value for test purpose * * @return */ public Object retrieveTestableData(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy