Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write UnitTest with making sure the equality of intent #324

Open
neonankiti opened this issue Jan 20, 2018 · 0 comments
Open

write UnitTest with making sure the equality of intent #324

neonankiti opened this issue Jan 20, 2018 · 0 comments

Comments

@neonankiti
Copy link
Contributor

Overview (Required)

The links above introduced Implicit transitions for AboutThisApp screen with links like conference://droidkaigi.co.jp/{screen_name}

We're on the debug build type situation, but when there is a case where the different build types could exist in one device.
The Implicit transition would call both of them unless we change some parts of links.
So I implemented like this in gradle and AndroidManifest.

debug: conference://droidkaigi.co.jp/{screen_name}
release: conference://droidkaigi.co.jp.debug/{screen_name}

so What I'd like to do here is to write test for these method in

https://github.com/DroidKaigi/conference-app-2018/blob/master/app/src/main/java/io/github/droidkaigi/confsched2018/data/db/fixeddata/AboutThisApps.kt#L65-L75

https://github.com/DroidKaigi/conference-app-2018/blob/master/app/src/main/java/io/github/droidkaigi/confsched2018/presentation/NavigationController.kt#L146-L153

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants