Searched refs:withFragment (Results 1 – 1 of 1) sorted by relevance
284 Uri withFragment = uri.buildUpon().fragment("top").build(); in testOpaqueUri() local285 assertEquals("mailto:nobody#top", withFragment.toString()); in testOpaqueUri()