}
@Test
public void testGetTagAsStreamNull() throws TemplateFileNotFoundException, ConfigurationNotSetException {
configuration.setSettings(new Settings());
assertNull(configuration.getTag(new MetaProperty(new MetaEntity("name", "name")), new Context()));
}