You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following unit test fails to excute due to a "java.lang.ClassCastException: org.codejargon.feather.Feather$1 cannot be cast to org.codejargon.feather.Feather
"
I think line 32 of Feather.java should be "return Feather.this;" instead of "return this;"
The following unit test fails to excute due to a "java.lang.ClassCastException: org.codejargon.feather.Feather$1 cannot be cast to org.codejargon.feather.Feather
"
I think line 32 of Feather.java should be "return Feather.this;" instead of "return this;"
Content of InjectedFeatherTest.java
package org.codejargon.feather;
import static org.junit.Assert.*;
import javax.inject.Inject;
import javax.inject.Provider;
import org.junit.Test;
public class InjectedFeatherTest {
}
The text was updated successfully, but these errors were encountered: